Html Css Color HEX #ADB376 Locust

📋 copy color: '#ADB376'

red 173 ◦ green 179 ◦ blue 118

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

Shades of Locust #ADB376

Tints of Locust #ADB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.09%

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

R = 36.81%
G = 38.09%
B = 25.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#ADB376 (or 0xADB376) is known color: Locust. HEX triplet: AD, B3 and 76. RGB value is (173,179,118). Sum of RGB (Red+Green+Blue) = 173+179+118=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB376 is #524C89. Grayscale: #AAAAAA. Windows color (decimal): -5393546 or 7779245. OLE color: 7779245.

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

Color convert

RGB 173 179 118 -
CMYK 0.03 0 0.34 0.30
HSL 65.9º 0.29% 0.58% -
HSV(B) 65.9º 0.34% 0.7% -
XYZ 36.62 42.43 23.4 -
YUV 170.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 173 179 118 0.03 0 0.34 0.30 65.9 0.29 0.58
Hex AD B3 76 3 0 22 1E 42 1D 3A
Octal 255 263 166 3 0 42 36 102 35 72
Binary 10101101 10110011 1110110 11 0 100010 11110 1000010 11101 111010

Color Harmonies of #ADB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB376

Black with #ADB376

Text Example


Text Example

White with #ADB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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