Html Css Color HEX #BBBB61 Olive Green

📋 copy color: '#BBBB61'

red 187 ◦ green 187 ◦ blue 97

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

Shades of Olive Green #BBBB61

Tints of Olive Green #BBBB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.59%

R = 39.7%
G = 39.7%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBBB61 (or 0xBBBB61) is known color: Olive Green. HEX triplet: BB, BB and 61. RGB value is (187,187,97). Sum of RGB (Red+Green+Blue) = 187+187+97=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB61 is #44449E. Grayscale: #B1B1B1. Windows color (decimal): -4474015 or 6405051. OLE color: 6405051.

HSL color Cylindrical-coordinate representation of color #BBBB61: hue angle of 60º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBBB61 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 97 -
CMYK 0 0 0.48 0.27
HSL 60º 0.4% 0.56% -
HSV(B) 60º 0.48% 0.73% -
XYZ 40.42 46.97 18.24 -
YUV 176.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 187 187 97 0 0 0.48 0.27 60 0.4 0.56
Hex BB BB 61 0 0 30 1B 3C 28 38
Octal 273 273 141 0 0 60 33 74 50 70
Binary 10111011 10111011 1100001 0 0 110000 11011 111100 101000 111000

Color Harmonies of #BBBB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB61

Black with #BBBB61

Text Example


Text Example

White with #BBBB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB61; }

 p { color: rgb(187,187,97); }

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

background-color css

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

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

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

border-color css

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

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

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