Html Css Color HEX #ADB231 Earls Green

📋 copy color: '#ADB231'

red 173 ◦ green 178 ◦ blue 49

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

Shades of Earls Green #ADB231

Tints of Earls Green #ADB231

RGB

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

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

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

R = 43.25%
G = 44.5%
B = 12.25%

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

#ADB231 (or 0xADB231) is known color: Earls Green. HEX triplet: AD, B2 and 31. RGB value is (173,178,49). Sum of RGB (Red+Green+Blue) = 173+178+49=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB231 is #524DCE. Grayscale: #A2A2A2. Windows color (decimal): -5393871 or 3257005. OLE color: 3257005.

HSL color Cylindrical-coordinate representation of color #ADB231: hue angle of 62.33º degrees, saturation: 0.57, 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 #ADB231 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 49 -
CMYK 0.03 0 0.72 0.30
HSL 62.33º 0.57% 0.45% -
HSV(B) 62.33º 0.72% 0.7% -
XYZ 33.71 40.95 9.03 -
YUV 161.8 64.34 135.99 -
System Red Green Blue C M Y K H S L
Decimal 173 178 49 0.03 0 0.72 0.30 62.33 0.57 0.45
Hex AD B2 31 3 0 48 1E 3E 39 2D
Octal 255 262 61 3 0 110 36 76 71 55
Binary 10101101 10110010 110001 11 0 1001000 11110 111110 111001 101101

Color Harmonies of #ADB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB231

Black with #ADB231

Text Example


Text Example

White with #ADB231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB231; }

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

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

background-color css

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

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

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

border-color css

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

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

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