Html Css Color HEX #BAB350 Olive Green

📋 copy color: '#BAB350'

red 186 ◦ green 179 ◦ blue 80

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

Shades of Olive Green #BAB350

Tints of Olive Green #BAB350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.22%

 BLUE value IS 80 (31.64% from 255) = 17.98%

R = 41.8%
G = 40.22%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BAB350 (or 0xBAB350) is known color: Olive Green. HEX triplet: BA, B3 and 50. RGB value is (186,179,80). Sum of RGB (Red+Green+Blue) = 186+179+80=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB350 is #454CAF. Grayscale: #AAAAAA. Windows color (decimal): -4541616 or 5288890. OLE color: 5288890.

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

Color convert

RGB 186 179 80 -
CMYK 0 0.04 0.57 0.27
HSL 56.04º 0.43% 0.52% -
HSV(B) 56.04º 0.57% 0.73% -
XYZ 37.82 43.26 13.95 -
YUV 169.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 186 179 80 0 0.04 0.57 0.27 56.04 0.43 0.52
Hex BA B3 50 0 4 39 1B 38 2B 34
Octal 272 263 120 0 4 71 33 70 53 64
Binary 10111010 10110011 1010000 0 100 111001 11011 111000 101011 110100

Color Harmonies of #BAB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB350

Black with #BAB350

Text Example


Text Example

White with #BAB350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB350; }

 p { color: rgb(186,179,80); }

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

background-color css

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

 a { background-color: rgb(186,179,80); }

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

border-color css

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

 span { border-color: rgb(186,179,80); }

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