Html Css Color HEX #ADB026 Earls Green

📋 copy color: '#ADB026'

red 173 ◦ green 176 ◦ blue 38

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

Shades of Earls Green #ADB026

Tints of Earls Green #ADB026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.82%

R = 44.7%
G = 45.48%
B = 9.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#ADB026 (or 0xADB026) is known color: Earls Green. HEX triplet: AD, B0 and 26. RGB value is (173,176,38). Sum of RGB (Red+Green+Blue) = 173+176+38=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB026 is #524FD9. Grayscale: #9F9F9F. Windows color (decimal): -5394394 or 2535597. OLE color: 2535597.

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

Color convert

RGB 173 176 38 -
CMYK 0.02 0 0.78 0.31
HSL 61.3º 0.64% 0.42% -
HSV(B) 61.3º 0.78% 0.69% -
XYZ 33.11 40.07 7.82 -
YUV 159.37 59.51 137.72 -
System Red Green Blue C M Y K H S L
Decimal 173 176 38 0.02 0 0.78 0.31 61.3 0.64 0.42
Hex AD B0 26 2 0 4E 1F 3D 40 2A
Octal 255 260 46 2 0 116 37 75 100 52
Binary 10101101 10110000 100110 10 0 1001110 11111 111101 1000000 101010

Color Harmonies of #ADB026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB026

Black with #ADB026

Text Example


Text Example

White with #ADB026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB026; }

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

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

background-color css

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

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

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

border-color css

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

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

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