Html Css Color HEX #BABA59 Olive Green

📋 copy color: '#BABA59'

red 186 ◦ green 186 ◦ blue 89

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

Shades of Olive Green #BABA59

Tints of Olive Green #BABA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.31%

R = 40.35%
G = 40.35%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BABA59 (or 0xBABA59) is known color: Olive Green. HEX triplet: BA, BA and 59. RGB value is (186,186,89). Sum of RGB (Red+Green+Blue) = 186+186+89=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA59 is #4545A6. Grayscale: #AFAFAF. Windows color (decimal): -4539815 or 5880506. OLE color: 5880506.

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

Color convert

RGB 186 186 89 -
CMYK 0 0 0.52 0.27
HSL 60º 0.41% 0.54% -
HSV(B) 60º 0.52% 0.73% -
XYZ 39.61 46.28 16.3 -
YUV 174.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 186 186 89 0 0 0.52 0.27 60 0.41 0.54
Hex BA BA 59 0 0 34 1B 3C 29 36
Octal 272 272 131 0 0 64 33 74 51 66
Binary 10111010 10111010 1011001 0 0 110100 11011 111100 101001 110110

Color Harmonies of #BABA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA59

Black with #BABA59

Text Example


Text Example

White with #BABA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA59; }

 p { color: rgb(186,186,89); }

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

background-color css

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

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

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

border-color css

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

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

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