Html Css Color HEX #ADB476 Locust

📋 copy color: '#ADB476'

red 173 ◦ green 180 ◦ blue 118

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

Shades of Locust #ADB476

Tints of Locust #ADB476

RGB

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

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

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

R = 36.73%
G = 38.22%
B = 25.05%

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

#ADB476 (or 0xADB476) is known color: Locust. HEX triplet: AD, B4 and 76. RGB value is (173,180,118). Sum of RGB (Red+Green+Blue) = 173+180+118=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB476 is #524B89. Grayscale: #ABABAB. Windows color (decimal): -5393290 or 7779501. OLE color: 7779501.

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

Color convert

RGB 173 180 118 -
CMYK 0.04 0 0.34 0.29
HSL 66.77º 0.29% 0.58% -
HSV(B) 66.77º 0.34% 0.71% -
XYZ 36.82 42.83 23.47 -
YUV 170.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 173 180 118 0.04 0 0.34 0.29 66.77 0.29 0.58
Hex AD B4 76 4 0 22 1D 43 1D 3A
Octal 255 264 166 4 0 42 35 103 35 72
Binary 10101101 10110100 1110110 100 0 100010 11101 1000011 11101 111010

Color Harmonies of #ADB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB476

Black with #ADB476

Text Example


Text Example

White with #ADB476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB476; }

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

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

background-color css

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

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

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

border-color css

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

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

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