Html Css Color HEX #BAB555 Olive Green

📋 copy color: '#BAB555'

red 186 ◦ green 181 ◦ blue 85

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

Shades of Olive Green #BAB555

Tints of Olive Green #BAB555

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.04%

 BLUE value IS 85 (33.59% from 255) = 18.81%

R = 41.15%
G = 40.04%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BAB555 (or 0xBAB555) is known color: Olive Green. HEX triplet: BA, B5 and 55. RGB value is (186,181,85). Sum of RGB (Red+Green+Blue) = 186+181+85=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB555 is #454AAA. Grayscale: #ABABAB. Windows color (decimal): -4541099 or 5617082. OLE color: 5617082.

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

Color convert

RGB 186 181 85 -
CMYK 0 0.03 0.54 0.27
HSL 57.03º 0.42% 0.53% -
HSV(B) 57.03º 0.54% 0.73% -
XYZ 38.41 44.14 15.09 -
YUV 171.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 186 181 85 0 0.03 0.54 0.27 57.03 0.42 0.53
Hex BA B5 55 0 3 36 1B 39 2A 35
Octal 272 265 125 0 3 66 33 71 52 65
Binary 10111010 10110101 1010101 0 11 110110 11011 111001 101010 110101

Color Harmonies of #BAB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB555

Black with #BAB555

Text Example


Text Example

White with #BAB555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB555; }

 p { color: rgb(186,181,85); }

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

background-color css

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

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

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

border-color css

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

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

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