Html Css Color HEX #ADAE76 Locust

📋 copy color: '#ADAE76'

red 173 ◦ green 174 ◦ blue 118

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

Shades of Locust #ADAE76

Tints of Locust #ADAE76

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.42%

 BLUE value IS 118 (46.48% from 255) = 25.38%

R = 37.2%
G = 37.42%
B = 25.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#ADAE76 (or 0xADAE76) is known color: Locust. HEX triplet: AD, AE and 76. RGB value is (173,174,118). Sum of RGB (Red+Green+Blue) = 173+174+118=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE76 is #525189. Grayscale: #A7A7A7. Windows color (decimal): -5394826 or 7777965. OLE color: 7777965.

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

Color convert

RGB 173 174 118 -
CMYK 0.01 0 0.32 0.32
HSL 61.07º 0.26% 0.57% -
HSV(B) 61.07º 0.32% 0.68% -
XYZ 35.64 40.46 23.07 -
YUV 167.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 173 174 118 0.01 0 0.32 0.32 61.07 0.26 0.57
Hex AD AE 76 1 0 20 20 3D 1A 39
Octal 255 256 166 1 0 40 40 75 32 71
Binary 10101101 10101110 1110110 1 0 100000 100000 111101 11010 111001

Color Harmonies of #ADAE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE76

Black with #ADAE76

Text Example


Text Example

White with #ADAE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE76; }

 p { color: rgb(173,174,118); }

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

background-color css

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

 a { background-color: rgb(173,174,118); }

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

border-color css

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

 span { border-color: rgb(173,174,118); }

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