Html Css Color HEX #BAB225 Earls Green

📋 copy color: '#BAB225'

red 186 ◦ green 178 ◦ blue 37

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

Shades of Earls Green #BAB225

Tints of Earls Green #BAB225

RGB

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

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

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

R = 46.38%
G = 44.39%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAB225 (or 0xBAB225) is known color: Earls Green. HEX triplet: BA, B2 and 25. RGB value is (186,178,37). Sum of RGB (Red+Green+Blue) = 186+178+37=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB225 is #454DDA. Grayscale: #A4A4A4. Windows color (decimal): -4541915 or 2470586. OLE color: 2470586.

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

Color convert

RGB 186 178 37 -
CMYK 0 0.04 0.80 0.27
HSL 56.78º 0.67% 0.44% -
HSV(B) 56.78º 0.8% 0.73% -
XYZ 36.5 42.41 8.01 -
YUV 164.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 186 178 37 0 0.04 0.80 0.27 56.78 0.67 0.44
Hex BA B2 25 0 4 50 1B 39 43 2C
Octal 272 262 45 0 4 120 33 71 103 54
Binary 10111010 10110010 100101 0 100 1010000 11011 111001 1000011 101100

Color Harmonies of #BAB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB225

Black with #BAB225

Text Example


Text Example

White with #BAB225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB225; }

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

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

background-color css

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

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

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

border-color css

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

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

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