Html Css Color HEX #BAB64D Olive Green

📋 copy color: '#BAB64D'

red 186 ◦ green 182 ◦ blue 77

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

Shades of Olive Green #BAB64D

Tints of Olive Green #BAB64D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.9%

 BLUE value IS 77 (30.47% from 255) = 17.3%

R = 41.8%
G = 40.9%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BAB64D (or 0xBAB64D) is known color: Olive Green. HEX triplet: BA, B6 and 4D. RGB value is (186,182,77). Sum of RGB (Red+Green+Blue) = 186+182+77=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB64D is #4549B2. Grayscale: #ABABAB. Windows color (decimal): -4540851 or 5093050. OLE color: 5093050.

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

Color convert

RGB 186 182 77 -
CMYK 0 0.02 0.59 0.27
HSL 57.8º 0.44% 0.52% -
HSV(B) 57.8º 0.59% 0.73% -
XYZ 38.32 44.43 13.58 -
YUV 171.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 186 182 77 0 0.02 0.59 0.27 57.8 0.44 0.52
Hex BA B6 4D 0 2 3B 1B 3A 2C 34
Octal 272 266 115 0 2 73 33 72 54 64
Binary 10111010 10110110 1001101 0 10 111011 11011 111010 101100 110100

Color Harmonies of #BAB64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB64D

Black with #BAB64D

Text Example


Text Example

White with #BAB64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB64D; }

 p { color: rgb(186,182,77); }

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

background-color css

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

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

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

border-color css

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

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

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