Html Css Color HEX #ADB379 Locust

📋 copy color: '#ADB379'

red 173 ◦ green 179 ◦ blue 121

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

Shades of Locust #ADB379

Tints of Locust #ADB379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.58%

R = 36.58%
G = 37.84%
B = 25.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#ADB379 (or 0xADB379) is known color: Locust. HEX triplet: AD, B3 and 79. RGB value is (173,179,121). Sum of RGB (Red+Green+Blue) = 173+179+121=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB379 is #524C86. Grayscale: #AAAAAA. Windows color (decimal): -5393543 or 7975853. OLE color: 7975853.

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

Color convert

RGB 173 179 121 -
CMYK 0.03 0 0.32 0.30
HSL 66.21º 0.28% 0.59% -
HSV(B) 66.21º 0.32% 0.7% -
XYZ 36.8 42.5 24.35 -
YUV 170.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 173 179 121 0.03 0 0.32 0.30 66.21 0.28 0.59
Hex AD B3 79 3 0 20 1E 42 1C 3B
Octal 255 263 171 3 0 40 36 102 34 73
Binary 10101101 10110011 1111001 11 0 100000 11110 1000010 11100 111011

Color Harmonies of #ADB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB379

Black with #ADB379

Text Example


Text Example

White with #ADB379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB379; }

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

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

background-color css

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

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

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

border-color css

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

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

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