Html Css Color HEX #ADB477 Locust

📋 copy color: '#ADB477'

red 173 ◦ green 180 ◦ blue 119

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

Shades of Locust #ADB477

Tints of Locust #ADB477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

 BLUE value IS 119 (46.88% from 255) = 25.21%

R = 36.65%
G = 38.14%
B = 25.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#ADB477 (or 0xADB477) is known color: Locust. HEX triplet: AD, B4 and 77. RGB value is (173,180,119). Sum of RGB (Red+Green+Blue) = 173+180+119=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB477 is #524B88. Grayscale: #ABABAB. Windows color (decimal): -5393289 or 7845037. OLE color: 7845037.

HSL color Cylindrical-coordinate representation of color #ADB477: hue angle of 66.89º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADB477 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 119 -
CMYK 0.04 0 0.34 0.29
HSL 66.89º 0.29% 0.59% -
HSV(B) 66.89º 0.34% 0.71% -
XYZ 36.88 42.86 23.78 -
YUV 170.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 173 180 119 0.04 0 0.34 0.29 66.89 0.29 0.59
Hex AD B4 77 4 0 22 1D 43 1D 3B
Octal 255 264 167 4 0 42 35 103 35 73
Binary 10101101 10110100 1110111 100 0 100010 11101 1000011 11101 111011

Color Harmonies of #ADB477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB477

Black with #ADB477

Text Example


Text Example

White with #ADB477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB477; }

 p { color: rgb(173,180,119); }

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

background-color css

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

 a { background-color: rgb(173,180,119); }

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

border-color css

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

 span { border-color: rgb(173,180,119); }

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