Html Css Color HEX #ADB382 Locust

📋 copy color: '#ADB382'

red 173 ◦ green 179 ◦ blue 130

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

Shades of Locust #ADB382

Tints of Locust #ADB382

RGB

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

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

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

R = 35.89%
G = 37.14%
B = 26.97%

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

#ADB382 (or 0xADB382) is known color: Locust. HEX triplet: AD, B3 and 82. RGB value is (173,179,130). Sum of RGB (Red+Green+Blue) = 173+179+130=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB382 is #524C7D. Grayscale: #ABABAB. Windows color (decimal): -5393534 or 8565677. OLE color: 8565677.

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

Color convert

RGB 173 179 130 -
CMYK 0.03 0 0.27 0.30
HSL 67.35º 0.24% 0.61% -
HSV(B) 67.35º 0.27% 0.7% -
XYZ 37.38 42.74 27.4 -
YUV 171.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 173 179 130 0.03 0 0.27 0.30 67.35 0.24 0.61
Hex AD B3 82 3 0 1B 1E 43 18 3D
Octal 255 263 202 3 0 33 36 103 30 75
Binary 10101101 10110011 10000010 11 0 11011 11110 1000011 11000 111101

Color Harmonies of #ADB382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB382

Black with #ADB382

Text Example


Text Example

White with #ADB382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB382; }

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

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

background-color css

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

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

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

border-color css

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

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

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