Html Css Color HEX #ADB130 Earls Green

📋 copy color: '#ADB130'

red 173 ◦ green 177 ◦ blue 48

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

Shades of Earls Green #ADB130

Tints of Earls Green #ADB130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.06%

R = 43.47%
G = 44.47%
B = 12.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#ADB130 (or 0xADB130) is known color: Earls Green. HEX triplet: AD, B1 and 30. RGB value is (173,177,48). Sum of RGB (Red+Green+Blue) = 173+177+48=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB130 is #524ECF. Grayscale: #A1A1A1. Windows color (decimal): -5394128 or 3191213. OLE color: 3191213.

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

Color convert

RGB 173 177 48 -
CMYK 0.02 0 0.73 0.31
HSL 61.86º 0.57% 0.44% -
HSV(B) 61.86º 0.73% 0.69% -
XYZ 33.49 40.54 8.86 -
YUV 161.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 173 177 48 0.02 0 0.73 0.31 61.86 0.57 0.44
Hex AD B1 30 2 0 49 1F 3E 39 2C
Octal 255 261 60 2 0 111 37 76 71 54
Binary 10101101 10110001 110000 10 0 1001001 11111 111110 111001 101100

Color Harmonies of #ADB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB130

Black with #ADB130

Text Example


Text Example

White with #ADB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB130; }

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

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

background-color css

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

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

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

border-color css

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

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

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