Html Css Color HEX #ADB232 Earls Green

📋 copy color: '#ADB232'

red 173 ◦ green 178 ◦ blue 50

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

Shades of Earls Green #ADB232

Tints of Earls Green #ADB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.39%

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

R = 43.14%
G = 44.39%
B = 12.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#ADB232 (or 0xADB232) is known color: Earls Green. HEX triplet: AD, B2 and 32. RGB value is (173,178,50). Sum of RGB (Red+Green+Blue) = 173+178+50=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB232 is #524DCD. Grayscale: #A2A2A2. Windows color (decimal): -5393870 or 3322541. OLE color: 3322541.

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

Color convert

RGB 173 178 50 -
CMYK 0.03 0 0.72 0.30
HSL 62.34º 0.56% 0.45% -
HSV(B) 62.34º 0.72% 0.7% -
XYZ 33.73 40.96 9.15 -
YUV 161.91 64.84 135.91 -
System Red Green Blue C M Y K H S L
Decimal 173 178 50 0.03 0 0.72 0.30 62.34 0.56 0.45
Hex AD B2 32 3 0 48 1E 3E 38 2D
Octal 255 262 62 3 0 110 36 76 70 55
Binary 10101101 10110010 110010 11 0 1001000 11110 111110 111000 101101

Color Harmonies of #ADB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB232

Black with #ADB232

Text Example


Text Example

White with #ADB232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB232; }

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

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

background-color css

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

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

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

border-color css

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

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

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