Html Css Color HEX #BAB75E Olive Green

📋 copy color: '#BAB75E'

red 186 ◦ green 183 ◦ blue 94

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

Shades of Olive Green #BAB75E

Tints of Olive Green #BAB75E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.52%

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

R = 40.17%
G = 39.52%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BAB75E (or 0xBAB75E) is known color: Olive Green. HEX triplet: BA, B7 and 5E. RGB value is (186,183,94). Sum of RGB (Red+Green+Blue) = 186+183+94=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB75E is #4548A1. Grayscale: #AEAEAE. Windows color (decimal): -4540578 or 6207418. OLE color: 6207418.

HSL color Cylindrical-coordinate representation of color #BAB75E: hue angle of 58.04º 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 #BAB75E is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 183 94 -
CMYK 0 0.02 0.49 0.27
HSL 58.04º 0.4% 0.55% -
HSV(B) 58.04º 0.49% 0.73% -
XYZ 39.2 45.11 17.23 -
YUV 173.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 186 183 94 0 0.02 0.49 0.27 58.04 0.4 0.55
Hex BA B7 5E 0 2 31 1B 3A 28 37
Octal 272 267 136 0 2 61 33 72 50 67
Binary 10111010 10110111 1011110 0 10 110001 11011 111010 101000 110111

Color Harmonies of #BAB75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB75E

Black with #BAB75E

Text Example


Text Example

White with #BAB75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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