Html Css Color HEX #ADB131 Earls Green

📋 copy color: '#ADB131'

red 173 ◦ green 177 ◦ blue 49

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

Shades of Earls Green #ADB131

Tints of Earls Green #ADB131

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.36%

 BLUE value IS 49 (19.53% from 255) = 12.28%

R = 43.36%
G = 44.36%
B = 12.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#ADB131 (or 0xADB131) is known color: Earls Green. HEX triplet: AD, B1 and 31. RGB value is (173,177,49). Sum of RGB (Red+Green+Blue) = 173+177+49=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB131 is #524ECE. Grayscale: #A1A1A1. Windows color (decimal): -5394127 or 3256749. OLE color: 3256749.

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

Color convert

RGB 173 177 49 -
CMYK 0.02 0 0.72 0.31
HSL 61.88º 0.57% 0.44% -
HSV(B) 61.88º 0.72% 0.69% -
XYZ 33.51 40.55 8.97 -
YUV 161.21 64.67 136.41 -
System Red Green Blue C M Y K H S L
Decimal 173 177 49 0.02 0 0.72 0.31 61.88 0.57 0.44
Hex AD B1 31 2 0 48 1F 3E 39 2C
Octal 255 261 61 2 0 110 37 76 71 54
Binary 10101101 10110001 110001 10 0 1001000 11111 111110 111001 101100

Color Harmonies of #ADB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB131

Black with #ADB131

Text Example


Text Example

White with #ADB131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB131; }

 p { color: rgb(173,177,49); }

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

background-color css

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

 a { background-color: rgb(173,177,49); }

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

border-color css

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

 span { border-color: rgb(173,177,49); }

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