Html Css Color HEX #ADAE7D Locust

📋 copy color: '#ADAE7D'

red 173 ◦ green 174 ◦ blue 125

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

Shades of Locust #ADAE7D

Tints of Locust #ADAE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 36.65%
G = 36.86%
B = 26.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#ADAE7D (or 0xADAE7D) is known color: Locust. HEX triplet: AD, AE and 7D. RGB value is (173,174,125). Sum of RGB (Red+Green+Blue) = 173+174+125=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE7D is #525182. Grayscale: #A8A8A8. Windows color (decimal): -5394819 or 8236717. OLE color: 8236717.

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

Color convert

RGB 173 174 125 -
CMYK 0.01 0 0.28 0.32
HSL 61.22º 0.23% 0.59% -
HSV(B) 61.22º 0.28% 0.68% -
XYZ 36.07 40.64 25.34 -
YUV 168.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 173 174 125 0.01 0 0.28 0.32 61.22 0.23 0.59
Hex AD AE 7D 1 0 1C 20 3D 17 3B
Octal 255 256 175 1 0 34 40 75 27 73
Binary 10101101 10101110 1111101 1 0 11100 100000 111101 10111 111011

Color Harmonies of #ADAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE7D

Black with #ADAE7D

Text Example


Text Example

White with #ADAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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