Html Css Color HEX #BAB55E Olive Green

📋 copy color: '#BAB55E'

red 186 ◦ green 181 ◦ blue 94

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

Shades of Olive Green #BAB55E

Tints of Olive Green #BAB55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 40.35%
G = 39.26%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BAB55E (or 0xBAB55E) is known color: Olive Green. HEX triplet: BA, B5 and 5E. RGB value is (186,181,94). Sum of RGB (Red+Green+Blue) = 186+181+94=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB55E is #454AA1. Grayscale: #ACACAC. Windows color (decimal): -4541090 or 6206906. OLE color: 6206906.

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

Color convert

RGB 186 181 94 -
CMYK 0 0.03 0.49 0.27
HSL 56.74º 0.4% 0.55% -
HSV(B) 56.74º 0.49% 0.73% -
XYZ 38.79 44.3 17.09 -
YUV 172.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 186 181 94 0 0.03 0.49 0.27 56.74 0.4 0.55
Hex BA B5 5E 0 3 31 1B 39 28 37
Octal 272 265 136 0 3 61 33 71 50 67
Binary 10111010 10110101 1011110 0 11 110001 11011 111001 101000 110111

Color Harmonies of #BAB55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB55E

Black with #BAB55E

Text Example


Text Example

White with #BAB55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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