Html Css Color HEX #ADB381 Locust

📋 copy color: '#ADB381'

red 173 ◦ green 179 ◦ blue 129

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

Shades of Locust #ADB381

Tints of Locust #ADB381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 35.97%
G = 37.21%
B = 26.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#ADB381 (or 0xADB381) is known color: Locust. HEX triplet: AD, B3 and 81. RGB value is (173,179,129). Sum of RGB (Red+Green+Blue) = 173+179+129=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB381 is #524C7E. Grayscale: #ABABAB. Windows color (decimal): -5393535 or 8500141. OLE color: 8500141.

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

Color convert

RGB 173 179 129 -
CMYK 0.03 0 0.28 0.30
HSL 67.2º 0.25% 0.6% -
HSV(B) 67.2º 0.28% 0.7% -
XYZ 37.32 42.71 27.05 -
YUV 171.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 173 179 129 0.03 0 0.28 0.30 67.2 0.25 0.6
Hex AD B3 81 3 0 1C 1E 43 19 3C
Octal 255 263 201 3 0 34 36 103 31 74
Binary 10101101 10110011 10000001 11 0 11100 11110 1000011 11001 111100

Color Harmonies of #ADB381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB381

Black with #ADB381

Text Example


Text Example

White with #ADB381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB381; }

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

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

background-color css

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

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

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

border-color css

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

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

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