#BFB75C

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

Shades of Olive Green #BFB75C

Tints of Olive Green #BFB75C

Color information

#BFB75C (or 0xBFB75C) is unknown color: approx Olive Green. HEX triplet: BF, B7 and 5C. RGB value is (191,183,92). Sum of RGB (Red+Green+Blue) = 191+183+92=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB75C is #4048A3. Grayscale: #AFAFAF. Windows color (decimal): -4212900 or 6076351. OLE color: 6076351.

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

Color convert

RGB19118392-
CMYK00.040.520.25
HSL55.15º43.61%55.49%-
HSV(B)55.15º51.83%74.9%-
XYZ40.3545.7216.82-
YUV175.0281.15139.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 92 (36.33% from 255) = 19.74%
R=40.99%
G=39.27%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911839200.040.520.2555.1543.6155.49
HexBFB75C043419372c37
Octal277267134046431675467
Binary10111111101101111011100010011010011001110111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB75C; }

 p { color: rgb(191,183,92); }

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

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

 a { background-color: rgb(191,183,92); }

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

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

 span { border-color: rgb(191,183,92); }

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