Html Css Color HEX #BAB24F Olive Green

📋 copy color: '#BAB24F'

red 186 ◦ green 178 ◦ blue 79

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

Shades of Olive Green #BAB24F

Tints of Olive Green #BAB24F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.18%

 BLUE value IS 79 (31.25% from 255) = 17.83%

R = 41.99%
G = 40.18%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BAB24F (or 0xBAB24F) is known color: Olive Green. HEX triplet: BA, B2 and 4F. RGB value is (186,178,79). Sum of RGB (Red+Green+Blue) = 186+178+79=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB24F is #454DB0. Grayscale: #A9A9A9. Windows color (decimal): -4541873 or 5223098. OLE color: 5223098.

HSL color Cylindrical-coordinate representation of color #BAB24F: hue angle of 55.51º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAB24F is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 178 79 -
CMYK 0 0.04 0.58 0.27
HSL 55.51º 0.44% 0.52% -
HSV(B) 55.51º 0.58% 0.73% -
XYZ 37.58 42.84 13.69 -
YUV 169.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 186 178 79 0 0.04 0.58 0.27 55.51 0.44 0.52
Hex BA B2 4F 0 4 3A 1B 38 2C 34
Octal 272 262 117 0 4 72 33 70 54 64
Binary 10111010 10110010 1001111 0 100 111010 11011 111000 101100 110100

Color Harmonies of #BAB24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB24F

Black with #BAB24F

Text Example


Text Example

White with #BAB24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB24F; }

 p { color: rgb(186,178,79); }

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

background-color css

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

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

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

border-color css

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

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

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