Html Css Color HEX #BABA5D Olive Green

📋 copy color: '#BABA5D'

red 186 ◦ green 186 ◦ blue 93

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

Shades of Olive Green #BABA5D

Tints of Olive Green #BABA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20%

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BABA5D (or 0xBABA5D) is known color: Olive Green. HEX triplet: BA, BA and 5D. RGB value is (186,186,93). Sum of RGB (Red+Green+Blue) = 186+186+93=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA5D is #4545A2. Grayscale: #AFAFAF. Windows color (decimal): -4539811 or 6142650. OLE color: 6142650.

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

Color convert

RGB 186 186 93 -
CMYK 0 0 0.5 0.27
HSL 60º 0.4% 0.55% -
HSV(B) 60º 0.5% 0.73% -
XYZ 39.78 46.35 17.2 -
YUV 175.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 186 186 93 0 0 0.5 0.27 60 0.4 0.55
Hex BA BA 5D 0 0 32 1B 3C 28 37
Octal 272 272 135 0 0 62 33 74 50 67
Binary 10111010 10111010 1011101 0 0 110010 11011 111100 101000 110111

Color Harmonies of #BABA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA5D

Black with #BABA5D

Text Example


Text Example

White with #BABA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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