#BFB85D

Color #BFB85D Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BFB85D

Tints of Olive Green #BFB85D

Color information

#BFB85D (or 0xBFB85D) is unknown color: approx Olive Green. HEX triplet: BF, B8 and 5D. RGB value is (191,184,93). Sum of RGB (Red+Green+Blue) = 191+184+93=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB85D is #4047A2. Grayscale: #B0B0B0. Windows color (decimal): -4212643 or 6142143. OLE color: 6142143.

HSL color Cylindrical-coordinate representation of color #BFB85D: hue angle of 55.71º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFB85D is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19118493-
CMYK00.040.510.25
HSL55.71º43.36%55.69%-
HSV(B)55.71º51.31%74.9%-
XYZ40.646.1517.12-
YUV175.7281.32138.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 184 (72.27% from 255) = 39.32%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=40.81%
G=39.32%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911849300.040.510.2555.7143.3655.69
HexBFB85D043319382b38
Octal277270135046331705370
Binary10111111101110001011101010011001111001111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB85D; }

 p { color: rgb(191,184,93); }

 H1.HeaderClassName
 {
   color: #BFB85D;
 }
 .AnyTagClassName
 {
   color: #BFB85D;
 }
</style>
background-color css

<style>
 a { background-color: #BFB85D; }

 a { background-color: rgb(191,184,93); }

 div.DivClassName
 {
   background-color: #BFB85D;
 }
 .BgClassName
 {
   background-color: #BFB85D;
 }
</style>
border-color css

<style>
 span { border-color: #BFB85D; }

 span { border-color: rgb(191,184,93); }

 td.TdClassName
 {
   border-color: #BFB85D;
 }
 .TagClassName
 {
   border-color: #BFB85D;
 }
</style>