Html Css Color HEX #BBBA60 Olive Green

📋 copy color: '#BBBA60'

red 187 ◦ green 186 ◦ blue 96

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

Shades of Olive Green #BBBA60

Tints of Olive Green #BBBA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 96 (37.89% from 255) = 20.47%

R = 39.87%
G = 39.66%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBBA60 (or 0xBBBA60) is known color: Olive Green. HEX triplet: BB, BA and 60. RGB value is (187,186,96). Sum of RGB (Red+Green+Blue) = 187+186+96=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA60 is #44459F. Grayscale: #B0B0B0. Windows color (decimal): -4474272 or 6339259. OLE color: 6339259.

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

Color convert

RGB 187 186 96 -
CMYK 0 0.01 0.49 0.27
HSL 59.34º 0.4% 0.55% -
HSV(B) 59.34º 0.49% 0.73% -
XYZ 40.16 46.53 17.93 -
YUV 176.04 82.83 135.82 -
System Red Green Blue C M Y K H S L
Decimal 187 186 96 0 0.01 0.49 0.27 59.34 0.4 0.55
Hex BB BA 60 0 1 31 1B 3B 28 37
Octal 273 272 140 0 1 61 33 73 50 67
Binary 10111011 10111010 1100000 0 1 110001 11011 111011 101000 110111

Color Harmonies of #BBBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA60

Black with #BBBA60

Text Example


Text Example

White with #BBBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA60; }

 p { color: rgb(187,186,96); }

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

background-color css

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

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

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

border-color css

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

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

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