Html Css Color HEX #BFBB5E Olive Green

📋 copy color: '#BFBB5E'

red 191 ◦ green 187 ◦ blue 94

#BFBB5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #BFBB5E

Tints of Olive Green #BFBB5E

RGB

 RED value IS 191 (75% from 255) = 40.47%

 GREEN value IS 187 (73.44% from 255) = 39.62%

 BLUE value IS 94 (37.11% from 255) = 19.92%

R = 40.47%
G = 39.62%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFBB5E (or 0xBFBB5E) is known color: Olive Green. HEX triplet: BF, BB and 5E. RGB value is (191,187,94). Sum of RGB (Red+Green+Blue) = 191+187+94=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB5E is #4044A1. Grayscale: #B1B1B1. Windows color (decimal): -4211874 or 6208447. OLE color: 6208447.

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

Color convert

RGB 191 187 94 -
CMYK 0 0.02 0.51 0.25
HSL 57.53º 0.43% 0.56% -
HSV(B) 57.53º 0.51% 0.75% -
XYZ 41.28 47.43 17.57 -
YUV 177.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 191 187 94 0 0.02 0.51 0.25 57.53 0.43 0.56
Hex BF BB 5E 0 2 33 19 3A 2B 38
Octal 277 273 136 0 2 63 31 72 53 70
Binary 10111111 10111011 1011110 0 10 110011 11001 111010 101011 111000

Color Harmonies of #BFBB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB5E

Black with #BFBB5E

Text Example


Text Example

White with #BFBB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB5E; }

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

 H1.HeaderClassName
 {
   color: #BFBB5E;
 }
 .AnyTagClassName
 {
   color: #BFBB5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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