Html Css Color HEX #ADAB2B Earls Green

📋 copy color: '#ADAB2B'

red 173 ◦ green 171 ◦ blue 43

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

Shades of Earls Green #ADAB2B

Tints of Earls Green #ADAB2B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

 BLUE value IS 43 (17.19% from 255) = 11.11%

R = 44.7%
G = 44.19%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#ADAB2B (or 0xADAB2B) is known color: Earls Green. HEX triplet: AD, AB and 2B. RGB value is (173,171,43). Sum of RGB (Red+Green+Blue) = 173+171+43=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB2B is #5254D4. Grayscale: #9D9D9D. Windows color (decimal): -5395669 or 2861997. OLE color: 2861997.

HSL color Cylindrical-coordinate representation of color #ADAB2B: hue angle of 59.08º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADAB2B is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 43 -
CMYK 0 0.01 0.75 0.32
HSL 59.08º 0.6% 0.42% -
HSV(B) 59.08º 0.75% 0.68% -
XYZ 32.23 38.18 7.96 -
YUV 157.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 173 171 43 0 0.01 0.75 0.32 59.08 0.6 0.42
Hex AD AB 2B 0 1 4B 20 3B 3C 2A
Octal 255 253 53 0 1 113 40 73 74 52
Binary 10101101 10101011 101011 0 1 1001011 100000 111011 111100 101010

Color Harmonies of #ADAB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB2B

Black with #ADAB2B

Text Example


Text Example

White with #ADAB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB2B; }

 p { color: rgb(173,171,43); }

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

background-color css

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

 a { background-color: rgb(173,171,43); }

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

border-color css

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

 span { border-color: rgb(173,171,43); }

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