Html Css Color HEX #ADB479 Locust

📋 copy color: '#ADB479'

red 173 ◦ green 180 ◦ blue 121

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

Shades of Locust #ADB479

Tints of Locust #ADB479

RGB

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

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

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

R = 36.5%
G = 37.97%
B = 25.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#ADB479 (or 0xADB479) is known color: Locust. HEX triplet: AD, B4 and 79. RGB value is (173,180,121). Sum of RGB (Red+Green+Blue) = 173+180+121=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB479 is #524B86. Grayscale: #ABABAB. Windows color (decimal): -5393287 or 7976109. OLE color: 7976109.

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

Color convert

RGB 173 180 121 -
CMYK 0.04 0 0.33 0.29
HSL 67.12º 0.28% 0.59% -
HSV(B) 67.12º 0.33% 0.71% -
XYZ 37.01 42.91 24.42 -
YUV 171.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 173 180 121 0.04 0 0.33 0.29 67.12 0.28 0.59
Hex AD B4 79 4 0 21 1D 43 1C 3B
Octal 255 264 171 4 0 41 35 103 34 73
Binary 10101101 10110100 1111001 100 0 100001 11101 1000011 11100 111011

Color Harmonies of #ADB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB479

Black with #ADB479

Text Example


Text Example

White with #ADB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB479; }

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

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

background-color css

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

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

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

border-color css

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

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

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