Html Css Color HEX #ADB031 Earls Green

📋 copy color: '#ADB031'

red 173 ◦ green 176 ◦ blue 49

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

Shades of Earls Green #ADB031

Tints of Earls Green #ADB031

RGB

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

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

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

R = 43.47%
G = 44.22%
B = 12.31%

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

#ADB031 (or 0xADB031) is known color: Earls Green. HEX triplet: AD, B0 and 31. RGB value is (173,176,49). Sum of RGB (Red+Green+Blue) = 173+176+49=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB031 is #524FCE. Grayscale: #A1A1A1. Windows color (decimal): -5394383 or 3256493. OLE color: 3256493.

HSL color Cylindrical-coordinate representation of color #ADB031: hue angle of 61.42º degrees, saturation: 0.56, 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 #ADB031 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 49 -
CMYK 0.02 0 0.72 0.31
HSL 61.42º 0.56% 0.44% -
HSV(B) 61.42º 0.72% 0.69% -
XYZ 33.31 40.16 8.9 -
YUV 160.63 65.01 136.83 -
System Red Green Blue C M Y K H S L
Decimal 173 176 49 0.02 0 0.72 0.31 61.42 0.56 0.44
Hex AD B0 31 2 0 48 1F 3D 38 2C
Octal 255 260 61 2 0 110 37 75 70 54
Binary 10101101 10110000 110001 10 0 1001000 11111 111101 111000 101100

Color Harmonies of #ADB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB031

Black with #ADB031

Text Example


Text Example

White with #ADB031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB031; }

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

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

background-color css

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

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

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

border-color css

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

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

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