#ADA231

Color #ADA231 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #ADA231

Tints of Earls Green #ADA231

Color information

#ADA231 (or 0xADA231) is unknown color: approx Earls Green. HEX triplet: AD, A2 and 31. RGB value is (173,162,49). Sum of RGB (Red+Green+Blue) = 173+162+49=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA231 is #525DCE. Grayscale: #989898. Windows color (decimal): -5397967 or 3252909. OLE color: 3252909.

HSL color Cylindrical-coordinate representation of color #ADA231: hue angle of 54.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADA231 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17316249-
CMYK00.060.720.32
HSL54.68º55.86%43.53%-
HSV(B)54.68º71.68%67.84%-
XYZ30.7134.958.03-
YUV152.4169.64142.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 162 (63.67% from 255) = 42.19%
BLUE value IS 49 (19.53% from 255) = 12.76%
R=45.05%
G=42.19%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731624900.060.720.3254.6855.8643.53
HexADA23106482037382c
Octal255242610611040677054
Binary101011011010001011000101101001000100000110111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA231; }

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

 H1.HeaderClassName
 {
   color: #ADA231;
 }
 .AnyTagClassName
 {
   color: #ADA231;
 }
</style>
background-color css

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

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

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

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

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

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