Html Css Color HEX #ADB282 Locust

📋 copy color: '#ADB282'

red 173 ◦ green 178 ◦ blue 130

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

Shades of Locust #ADB282

Tints of Locust #ADB282

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.01%

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 35.97%
G = 37.01%
B = 27.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#ADB282 (or 0xADB282) is known color: Locust. HEX triplet: AD, B2 and 82. RGB value is (173,178,130). Sum of RGB (Red+Green+Blue) = 173+178+130=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB282 is #524D7D. Grayscale: #ABABAB. Windows color (decimal): -5393790 or 8565421. OLE color: 8565421.

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

Color convert

RGB 173 178 130 -
CMYK 0.03 0 0.27 0.30
HSL 66.25º 0.24% 0.6% -
HSV(B) 66.25º 0.27% 0.7% -
XYZ 37.18 42.34 27.33 -
YUV 171.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 173 178 130 0.03 0 0.27 0.30 66.25 0.24 0.6
Hex AD B2 82 3 0 1B 1E 42 18 3C
Octal 255 262 202 3 0 33 36 102 30 74
Binary 10101101 10110010 10000010 11 0 11011 11110 1000010 11000 111100

Color Harmonies of #ADB282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB282

Black with #ADB282

Text Example


Text Example

White with #ADB282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB282; }

 p { color: rgb(173,178,130); }

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

background-color css

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

 a { background-color: rgb(173,178,130); }

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

border-color css

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

 span { border-color: rgb(173,178,130); }

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