#BFBB5C

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

Shades of Olive Green #BFBB5C

Tints of Olive Green #BFBB5C

Color information

#BFBB5C (or 0xBFBB5C) is unknown color: approx Olive Green. HEX triplet: BF, BB and 5C. RGB value is (191,187,92). Sum of RGB (Red+Green+Blue) = 191+187+92=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB5C is #4044A3. Grayscale: #B1B1B1. Windows color (decimal): -4211876 or 6077375. OLE color: 6077375.

HSL color Cylindrical-coordinate representation of color #BFBB5C: hue angle of 57.58º 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 #BFBB5C is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19118792-
CMYK00.020.520.25
HSL57.58º43.61%55.49%-
HSV(B)57.58º51.83%74.9%-
XYZ41.1947.3917.1-
YUV177.3779.83137.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 92 (36.33% from 255) = 19.57%
R=40.64%
G=39.79%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911879200.020.520.2557.5843.6155.49
HexBFBB5C0234193a2c37
Octal277273134026431725467
Binary1011111110111011101110001011010011001111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB5C; }

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

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

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

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

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

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

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

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