Html Css Color HEX #BAB830 Earls Green

📋 copy color: '#BAB830'

red 186 ◦ green 184 ◦ blue 48

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

Shades of Earls Green #BAB830

Tints of Earls Green #BAB830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.48%

R = 44.5%
G = 44.02%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BAB830 (or 0xBAB830) is known color: Earls Green. HEX triplet: BA, B8 and 30. RGB value is (186,184,48). Sum of RGB (Red+Green+Blue) = 186+184+48=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB830 is #4547CF. Grayscale: #A9A9A9. Windows color (decimal): -4540368 or 3193018. OLE color: 3193018.

HSL color Cylindrical-coordinate representation of color #BAB830: hue angle of 59.13º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAB830 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 184 48 -
CMYK 0 0.01 0.74 0.27
HSL 59.13º 0.59% 0.46% -
HSV(B) 59.13º 0.74% 0.73% -
XYZ 37.92 44.93 9.47 -
YUV 169.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 186 184 48 0 0.01 0.74 0.27 59.13 0.59 0.46
Hex BA B8 30 0 1 4A 1B 3B 3B 2E
Octal 272 270 60 0 1 112 33 73 73 56
Binary 10111010 10111000 110000 0 1 1001010 11011 111011 111011 101110

Color Harmonies of #BAB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB830

Black with #BAB830

Text Example


Text Example

White with #BAB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB830; }

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

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

background-color css

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

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

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

border-color css

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

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

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