Html Css Color HEX #BAB250 Olive Green

📋 copy color: '#BAB250'

red 186 ◦ green 178 ◦ blue 80

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

Shades of Olive Green #BAB250

Tints of Olive Green #BAB250

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.09%

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

R = 41.89%
G = 40.09%
B = 18.02%

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

#BAB250 (or 0xBAB250) is known color: Olive Green. HEX triplet: BA, B2 and 50. RGB value is (186,178,80). Sum of RGB (Red+Green+Blue) = 186+178+80=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB250 is #454DAF. Grayscale: #A9A9A9. Windows color (decimal): -4541872 or 5288634. OLE color: 5288634.

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

Color convert

RGB 186 178 80 -
CMYK 0 0.04 0.57 0.27
HSL 55.47º 0.43% 0.52% -
HSV(B) 55.47º 0.57% 0.73% -
XYZ 37.62 42.86 13.88 -
YUV 169.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 186 178 80 0 0.04 0.57 0.27 55.47 0.43 0.52
Hex BA B2 50 0 4 39 1B 37 2B 34
Octal 272 262 120 0 4 71 33 67 53 64
Binary 10111010 10110010 1010000 0 100 111001 11011 110111 101011 110100

Color Harmonies of #BAB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB250

Black with #BAB250

Text Example


Text Example

White with #BAB250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB250; }

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

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

background-color css

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

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

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

border-color css

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

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

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