Html Css Color HEX #BFBB59 Olive Green

📋 copy color: '#BFBB59'

red 191 ◦ green 187 ◦ blue 89

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

Shades of Olive Green #BFBB59

Tints of Olive Green #BFBB59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.06%

R = 40.9%
G = 40.04%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFBB59 (or 0xBFBB59) is known color: Olive Green. HEX triplet: BF, BB and 59. RGB value is (191,187,89). Sum of RGB (Red+Green+Blue) = 191+187+89=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB59 is #4044A6. Grayscale: #B1B1B1. Windows color (decimal): -4211879 or 5880767. OLE color: 5880767.

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

Color convert

RGB 191 187 89 -
CMYK 0 0.02 0.53 0.25
HSL 57.65º 0.44% 0.55% -
HSV(B) 57.65º 0.53% 0.75% -
XYZ 41.06 47.34 16.42 -
YUV 177.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 191 187 89 0 0.02 0.53 0.25 57.65 0.44 0.55
Hex BF BB 59 0 2 35 19 3A 2C 37
Octal 277 273 131 0 2 65 31 72 54 67
Binary 10111111 10111011 1011001 0 10 110101 11001 111010 101100 110111

Color Harmonies of #BFBB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB59

Black with #BFBB59

Text Example


Text Example

White with #BFBB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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