Html Css Color HEX #BAB44D Olive Green

📋 copy color: '#BAB44D'

red 186 ◦ green 180 ◦ blue 77

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

Shades of Olive Green #BAB44D

Tints of Olive Green #BAB44D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.63%

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

R = 41.99%
G = 40.63%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BAB44D (or 0xBAB44D) is known color: Olive Green. HEX triplet: BA, B4 and 4D. RGB value is (186,180,77). Sum of RGB (Red+Green+Blue) = 186+180+77=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB44D is #454BB2. Grayscale: #AAAAAA. Windows color (decimal): -4541363 or 5092538. OLE color: 5092538.

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

Color convert

RGB 186 180 77 -
CMYK 0 0.03 0.59 0.27
HSL 56.7º 0.44% 0.52% -
HSV(B) 56.7º 0.59% 0.73% -
XYZ 37.91 43.62 13.44 -
YUV 170.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 186 180 77 0 0.03 0.59 0.27 56.7 0.44 0.52
Hex BA B4 4D 0 3 3B 1B 39 2C 34
Octal 272 264 115 0 3 73 33 71 54 64
Binary 10111010 10110100 1001101 0 11 111011 11011 111001 101100 110100

Color Harmonies of #BAB44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB44D

Black with #BAB44D

Text Example


Text Example

White with #BAB44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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