Html Css Color HEX #ADB132 Earls Green

📋 copy color: '#ADB132'

red 173 ◦ green 177 ◦ blue 50

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

Shades of Earls Green #ADB132

Tints of Earls Green #ADB132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 43.25%
G = 44.25%
B = 12.5%

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

#ADB132 (or 0xADB132) is known color: Earls Green. HEX triplet: AD, B1 and 32. RGB value is (173,177,50). Sum of RGB (Red+Green+Blue) = 173+177+50=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB132 is #524ECD. Grayscale: #A1A1A1. Windows color (decimal): -5394126 or 3322285. OLE color: 3322285.

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

Color convert

RGB 173 177 50 -
CMYK 0.02 0 0.72 0.31
HSL 61.89º 0.56% 0.45% -
HSV(B) 61.89º 0.72% 0.69% -
XYZ 33.53 40.56 9.08 -
YUV 161.33 65.17 136.33 -
System Red Green Blue C M Y K H S L
Decimal 173 177 50 0.02 0 0.72 0.31 61.89 0.56 0.45
Hex AD B1 32 2 0 48 1F 3E 38 2D
Octal 255 261 62 2 0 110 37 76 70 55
Binary 10101101 10110001 110010 10 0 1001000 11111 111110 111000 101101

Color Harmonies of #ADB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB132

Black with #ADB132

Text Example


Text Example

White with #ADB132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB132; }

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

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

background-color css

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

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

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

border-color css

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

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

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