Html Css Color HEX #BBBA5A Olive Green

📋 copy color: '#BBBA5A'

red 187 ◦ green 186 ◦ blue 90

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

Shades of Olive Green #BBBA5A

Tints of Olive Green #BBBA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.44%

R = 40.39%
G = 40.17%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBBA5A (or 0xBBBA5A) is known color: Olive Green. HEX triplet: BB, BA and 5A. RGB value is (187,186,90). Sum of RGB (Red+Green+Blue) = 187+186+90=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA5A is #4445A5. Grayscale: #AFAFAF. Windows color (decimal): -4474278 or 5946043. OLE color: 5946043.

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

Color convert

RGB 187 186 90 -
CMYK 0 0.01 0.52 0.27
HSL 59.38º 0.42% 0.54% -
HSV(B) 59.38º 0.52% 0.73% -
XYZ 39.9 46.42 16.53 -
YUV 175.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 187 186 90 0 0.01 0.52 0.27 59.38 0.42 0.54
Hex BB BA 5A 0 1 34 1B 3B 2A 36
Octal 273 272 132 0 1 64 33 73 52 66
Binary 10111011 10111010 1011010 0 1 110100 11011 111011 101010 110110

Color Harmonies of #BBBA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA5A

Black with #BBBA5A

Text Example


Text Example

White with #BBBA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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