Html Css Color HEX #BAB65A Olive Green

📋 copy color: '#BAB65A'

red 186 ◦ green 182 ◦ blue 90

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

Shades of Olive Green #BAB65A

Tints of Olive Green #BAB65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 40.61%
G = 39.74%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BAB65A (or 0xBAB65A) is known color: Olive Green. HEX triplet: BA, B6 and 5A. RGB value is (186,182,90). Sum of RGB (Red+Green+Blue) = 186+182+90=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB65A is #4549A5. Grayscale: #ADADAD. Windows color (decimal): -4540838 or 5945018. OLE color: 5945018.

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

Color convert

RGB 186 182 90 -
CMYK 0 0.02 0.52 0.27
HSL 57.5º 0.41% 0.54% -
HSV(B) 57.5º 0.52% 0.73% -
XYZ 38.82 44.63 16.24 -
YUV 172.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 186 182 90 0 0.02 0.52 0.27 57.5 0.41 0.54
Hex BA B6 5A 0 2 34 1B 3A 29 36
Octal 272 266 132 0 2 64 33 72 51 66
Binary 10111010 10110110 1011010 0 10 110100 11011 111010 101001 110110

Color Harmonies of #BAB65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB65A

Black with #BAB65A

Text Example


Text Example

White with #BAB65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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