Html Css Color HEX #BBB64D Olive Green

📋 copy color: '#BBB64D'

red 187 ◦ green 182 ◦ blue 77

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

Shades of Olive Green #BBB64D

Tints of Olive Green #BBB64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.26%

R = 41.93%
G = 40.81%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BBB64D (or 0xBBB64D) is known color: Olive Green. HEX triplet: BB, B6 and 4D. RGB value is (187,182,77). Sum of RGB (Red+Green+Blue) = 187+182+77=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB64D is #4449B2. Grayscale: #ABABAB. Windows color (decimal): -4475315 or 5093051. OLE color: 5093051.

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

Color convert

RGB 187 182 77 -
CMYK 0 0.03 0.59 0.27
HSL 57.27º 0.45% 0.52% -
HSV(B) 57.27º 0.59% 0.73% -
XYZ 38.56 44.56 13.59 -
YUV 171.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 187 182 77 0 0.03 0.59 0.27 57.27 0.45 0.52
Hex BB B6 4D 0 3 3B 1B 39 2D 34
Octal 273 266 115 0 3 73 33 71 55 64
Binary 10111011 10110110 1001101 0 11 111011 11011 111001 101101 110100

Color Harmonies of #BBB64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB64D

Black with #BBB64D

Text Example


Text Example

White with #BBB64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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