Html Css Color HEX #BBB64F Olive Green

📋 copy color: '#BBB64F'

red 187 ◦ green 182 ◦ blue 79

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

Shades of Olive Green #BBB64F

Tints of Olive Green #BBB64F

RGB

 RED value IS 187 (73.44% from 255) = 41.74%

 GREEN value IS 182 (71.48% from 255) = 40.63%

 BLUE value IS 79 (31.25% from 255) = 17.63%

R = 41.74%
G = 40.63%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BBB64F (or 0xBBB64F) is known color: Olive Green. HEX triplet: BB, B6 and 4F. RGB value is (187,182,79). Sum of RGB (Red+Green+Blue) = 187+182+79=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB64F is #4449B0. Grayscale: #ACACAC. Windows color (decimal): -4475313 or 5224123. OLE color: 5224123.

HSL color Cylindrical-coordinate representation of color #BBB64F: hue angle of 57.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBB64F is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 182 79 -
CMYK 0 0.03 0.58 0.27
HSL 57.22º 0.44% 0.52% -
HSV(B) 57.22º 0.58% 0.73% -
XYZ 38.63 44.59 13.97 -
YUV 171.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 187 182 79 0 0.03 0.58 0.27 57.22 0.44 0.52
Hex BB B6 4F 0 3 3A 1B 39 2C 34
Octal 273 266 117 0 3 72 33 71 54 64
Binary 10111011 10110110 1001111 0 11 111010 11011 111001 101100 110100

Color Harmonies of #BBB64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB64F

Black with #BBB64F

Text Example


Text Example

White with #BBB64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB64F; }

 p { color: rgb(187,182,79); }

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

background-color css

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

 a { background-color: rgb(187,182,79); }

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

border-color css

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

 span { border-color: rgb(187,182,79); }

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