Html Css Color HEX #BAB550 Olive Green

📋 copy color: '#BAB550'

red 186 ◦ green 181 ◦ blue 80

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

Shades of Olive Green #BAB550

Tints of Olive Green #BAB550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.49%

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

R = 41.61%
G = 40.49%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BAB550 (or 0xBAB550) is known color: Olive Green. HEX triplet: BA, B5 and 50. RGB value is (186,181,80). Sum of RGB (Red+Green+Blue) = 186+181+80=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB550 is #454AAF. Grayscale: #ABABAB. Windows color (decimal): -4541104 or 5289402. OLE color: 5289402.

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

Color convert

RGB 186 181 80 -
CMYK 0 0.03 0.57 0.27
HSL 57.17º 0.43% 0.52% -
HSV(B) 57.17º 0.57% 0.73% -
XYZ 38.22 44.07 14.08 -
YUV 170.98 76.66 138.71 -
System Red Green Blue C M Y K H S L
Decimal 186 181 80 0 0.03 0.57 0.27 57.17 0.43 0.52
Hex BA B5 50 0 3 39 1B 39 2B 34
Octal 272 265 120 0 3 71 33 71 53 64
Binary 10111010 10110101 1010000 0 11 111001 11011 111001 101011 110100

Color Harmonies of #BAB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB550

Black with #BAB550

Text Example


Text Example

White with #BAB550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB550; }

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

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

background-color css

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

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

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

border-color css

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

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

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