Html Css Color HEX #ADB028 Earls Green

📋 copy color: '#ADB028'

red 173 ◦ green 176 ◦ blue 40

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

Shades of Earls Green #ADB028

Tints of Earls Green #ADB028

RGB

 RED value IS 173 (67.97% from 255) = 44.47%

 GREEN value IS 176 (69.14% from 255) = 45.24%

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

R = 44.47%
G = 45.24%
B = 10.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#ADB028 (or 0xADB028) is known color: Earls Green. HEX triplet: AD, B0 and 28. RGB value is (173,176,40). Sum of RGB (Red+Green+Blue) = 173+176+40=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB028 is #524FD7. Grayscale: #A0A0A0. Windows color (decimal): -5394392 or 2666669. OLE color: 2666669.

HSL color Cylindrical-coordinate representation of color #ADB028: hue angle of 61.32º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADB028 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 40 -
CMYK 0.02 0 0.77 0.31
HSL 61.32º 0.63% 0.42% -
HSV(B) 61.32º 0.77% 0.69% -
XYZ 33.14 40.09 8 -
YUV 159.6 60.51 137.56 -
System Red Green Blue C M Y K H S L
Decimal 173 176 40 0.02 0 0.77 0.31 61.32 0.63 0.42
Hex AD B0 28 2 0 4D 1F 3D 3F 2A
Octal 255 260 50 2 0 115 37 75 77 52
Binary 10101101 10110000 101000 10 0 1001101 11111 111101 111111 101010

Color Harmonies of #ADB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB028

Black with #ADB028

Text Example


Text Example

White with #ADB028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB028; }

 p { color: rgb(173,176,40); }

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

background-color css

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

 a { background-color: rgb(173,176,40); }

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

border-color css

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

 span { border-color: rgb(173,176,40); }

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