Html Css Color HEX #ADAE82 Locust

📋 copy color: '#ADAE82'

red 173 ◦ green 174 ◦ blue 130

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

Shades of Locust #ADAE82

Tints of Locust #ADAE82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 36.27%
G = 36.48%
B = 27.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#ADAE82 (or 0xADAE82) is known color: Locust. HEX triplet: AD, AE and 82. RGB value is (173,174,130). Sum of RGB (Red+Green+Blue) = 173+174+130=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE82 is #52517D. Grayscale: #A8A8A8. Windows color (decimal): -5394814 or 8564397. OLE color: 8564397.

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

Color convert

RGB 173 174 130 -
CMYK 0.01 0 0.25 0.32
HSL 61.36º 0.21% 0.6% -
HSV(B) 61.36º 0.25% 0.68% -
XYZ 36.4 40.77 27.07 -
YUV 168.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 173 174 130 0.01 0 0.25 0.32 61.36 0.21 0.6
Hex AD AE 82 1 0 19 20 3D 15 3C
Octal 255 256 202 1 0 31 40 75 25 74
Binary 10101101 10101110 10000010 1 0 11001 100000 111101 10101 111100

Color Harmonies of #ADAE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE82

Black with #ADAE82

Text Example


Text Example

White with #ADAE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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