Html Css Color HEX #BABB5A Olive Green

📋 copy color: '#BABB5A'

red 186 ◦ green 187 ◦ blue 90

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

Shades of Olive Green #BABB5A

Tints of Olive Green #BABB5A

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #BABB5A: hue angle of 60.62º 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 #BABB5A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 187 90 -
CMYK 0.01 0 0.52 0.27
HSL 60.62º 0.42% 0.54% -
HSV(B) 60.62º 0.52% 0.73% -
XYZ 39.87 46.72 16.59 -
YUV 175.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 186 187 90 0.01 0 0.52 0.27 60.62 0.42 0.54
Hex BA BB 5A 1 0 34 1B 3D 2A 36
Octal 272 273 132 1 0 64 33 75 52 66
Binary 10111010 10111011 1011010 1 0 110100 11011 111101 101010 110110

Color Harmonies of #BABB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB5A

Black with #BABB5A

Text Example


Text Example

White with #BABB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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