Html Css Color HEX #BAB728 Earls Green

📋 copy color: '#BAB728'

red 186 ◦ green 183 ◦ blue 40

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

Shades of Earls Green #BAB728

Tints of Earls Green #BAB728

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.74%

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 45.48%
G = 44.74%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BAB728 (or 0xBAB728) is known color: Earls Green. HEX triplet: BA, B7 and 28. RGB value is (186,183,40). Sum of RGB (Red+Green+Blue) = 186+183+40=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB728 is #4548D7. Grayscale: #A8A8A8. Windows color (decimal): -4540632 or 2668474. OLE color: 2668474.

HSL color Cylindrical-coordinate representation of color #BAB728: hue angle of 58.77º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAB728 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 183 40 -
CMYK 0 0.02 0.78 0.27
HSL 58.77º 0.65% 0.44% -
HSV(B) 58.77º 0.78% 0.73% -
XYZ 37.57 44.46 8.61 -
YUV 167.6 55.99 141.13 -
System Red Green Blue C M Y K H S L
Decimal 186 183 40 0 0.02 0.78 0.27 58.77 0.65 0.44
Hex BA B7 28 0 2 4E 1B 3B 41 2C
Octal 272 267 50 0 2 116 33 73 101 54
Binary 10111010 10110111 101000 0 10 1001110 11011 111011 1000001 101100

Color Harmonies of #BAB728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB728

Black with #BAB728

Text Example


Text Example

White with #BAB728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB728; }

 p { color: rgb(186,183,40); }

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

background-color css

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

 a { background-color: rgb(186,183,40); }

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

border-color css

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

 span { border-color: rgb(186,183,40); }

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