Html Css Color HEX #BAB425 Earls Green

📋 copy color: '#BAB425'

red 186 ◦ green 180 ◦ blue 37

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

Shades of Earls Green #BAB425

Tints of Earls Green #BAB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.67%

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

R = 46.15%
G = 44.67%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAB425 (or 0xBAB425) is known color: Earls Green. HEX triplet: BA, B4 and 25. RGB value is (186,180,37). Sum of RGB (Red+Green+Blue) = 186+180+37=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB425 is #454BDA. Grayscale: #A6A6A6. Windows color (decimal): -4541403 or 2471098. OLE color: 2471098.

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

Color convert

RGB 186 180 37 -
CMYK 0 0.03 0.80 0.27
HSL 57.58º 0.67% 0.44% -
HSV(B) 57.58º 0.8% 0.73% -
XYZ 36.9 43.22 8.15 -
YUV 165.49 55.49 142.63 -
System Red Green Blue C M Y K H S L
Decimal 186 180 37 0 0.03 0.80 0.27 57.58 0.67 0.44
Hex BA B4 25 0 3 50 1B 3A 43 2C
Octal 272 264 45 0 3 120 33 72 103 54
Binary 10111010 10110100 100101 0 11 1010000 11011 111010 1000011 101100

Color Harmonies of #BAB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB425

Black with #BAB425

Text Example


Text Example

White with #BAB425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB425; }

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

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

background-color css

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

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

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

border-color css

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

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

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