Html Css Color HEX #BAB825 Earls Green

📋 copy color: '#BAB825'

red 186 ◦ green 184 ◦ blue 37

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

Shades of Earls Green #BAB825

Tints of Earls Green #BAB825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.21%

 BLUE value IS 37 (14.84% from 255) = 9.09%

R = 45.7%
G = 45.21%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAB825 (or 0xBAB825) is known color: Earls Green. HEX triplet: BA, B8 and 25. RGB value is (186,184,37). Sum of RGB (Red+Green+Blue) = 186+184+37=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB825 is #4547DA. Grayscale: #A8A8A8. Windows color (decimal): -4540379 or 2472122. OLE color: 2472122.

HSL color Cylindrical-coordinate representation of color #BAB825: hue angle of 59.19º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAB825 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 184 37 -
CMYK 0 0.01 0.80 0.27
HSL 59.19º 0.67% 0.44% -
HSV(B) 59.19º 0.8% 0.73% -
XYZ 37.72 44.85 8.42 -
YUV 167.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 186 184 37 0 0.01 0.80 0.27 59.19 0.67 0.44
Hex BA B8 25 0 1 50 1B 3B 43 2C
Octal 272 270 45 0 1 120 33 73 103 54
Binary 10111010 10111000 100101 0 1 1010000 11011 111011 1000011 101100

Color Harmonies of #BAB825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB825

Black with #BAB825

Text Example


Text Example

White with #BAB825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB825; }

 p { color: rgb(186,184,37); }

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

background-color css

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

 a { background-color: rgb(186,184,37); }

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

border-color css

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

 span { border-color: rgb(186,184,37); }

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