Html Css Color HEX #BFBB56 Olive Green

📋 copy color: '#BFBB56'

red 191 ◦ green 187 ◦ blue 86

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

Shades of Olive Green #BFBB56

Tints of Olive Green #BFBB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.53%

R = 41.16%
G = 40.3%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BFBB56 (or 0xBFBB56) is known color: Olive Green. HEX triplet: BF, BB and 56. RGB value is (191,187,86). Sum of RGB (Red+Green+Blue) = 191+187+86=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB56 is #4044A9. Grayscale: #B1B1B1. Windows color (decimal): -4211882 or 5684159. OLE color: 5684159.

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

Color convert

RGB 191 187 86 -
CMYK 0 0.02 0.55 0.25
HSL 57.71º 0.45% 0.54% -
HSV(B) 57.71º 0.55% 0.75% -
XYZ 40.94 47.29 15.77 -
YUV 176.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 191 187 86 0 0.02 0.55 0.25 57.71 0.45 0.54
Hex BF BB 56 0 2 37 19 3A 2D 36
Octal 277 273 126 0 2 67 31 72 55 66
Binary 10111111 10111011 1010110 0 10 110111 11001 111010 101101 110110

Color Harmonies of #BFBB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB56

Black with #BFBB56

Text Example


Text Example

White with #BFBB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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