Html Css Color HEX #BBBA5D Olive Green

📋 copy color: '#BBBA5D'

red 187 ◦ green 186 ◦ blue 93

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

Shades of Olive Green #BBBA5D

Tints of Olive Green #BBBA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.96%

R = 40.13%
G = 39.91%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBBA5D (or 0xBBBA5D) is known color: Olive Green. HEX triplet: BB, BA and 5D. RGB value is (187,186,93). Sum of RGB (Red+Green+Blue) = 187+186+93=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA5D is #4445A2. Grayscale: #B0B0B0. Windows color (decimal): -4474275 or 6142651. OLE color: 6142651.

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

Color convert

RGB 187 186 93 -
CMYK 0 0.01 0.50 0.27
HSL 59.36º 0.41% 0.55% -
HSV(B) 59.36º 0.5% 0.73% -
XYZ 40.03 46.47 17.22 -
YUV 175.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 187 186 93 0 0.01 0.50 0.27 59.36 0.41 0.55
Hex BB BA 5D 0 1 32 1B 3B 29 37
Octal 273 272 135 0 1 62 33 73 51 67
Binary 10111011 10111010 1011101 0 1 110010 11011 111011 101001 110111

Color Harmonies of #BBBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA5D

Black with #BBBA5D

Text Example


Text Example

White with #BBBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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