Html Css Color HEX #ADB081 Locust

📋 copy color: '#ADB081'

red 173 ◦ green 176 ◦ blue 129

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

Shades of Locust #ADB081

Tints of Locust #ADB081

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

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

R = 36.19%
G = 36.82%
B = 26.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#ADB081 (or 0xADB081) is known color: Locust. HEX triplet: AD, B0 and 81. RGB value is (173,176,129). Sum of RGB (Red+Green+Blue) = 173+176+129=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB081 is #524F7E. Grayscale: #A9A9A9. Windows color (decimal): -5394303 or 8499373. OLE color: 8499373.

HSL color Cylindrical-coordinate representation of color #ADB081: hue angle of 63.83º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB081 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 129 -
CMYK 0.02 0 0.27 0.31
HSL 63.83º 0.23% 0.6% -
HSV(B) 63.83º 0.27% 0.69% -
XYZ 36.72 41.52 26.85 -
YUV 169.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 173 176 129 0.02 0 0.27 0.31 63.83 0.23 0.6
Hex AD B0 81 2 0 1B 1F 40 17 3C
Octal 255 260 201 2 0 33 37 100 27 74
Binary 10101101 10110000 10000001 10 0 11011 11111 1000000 10111 111100

Color Harmonies of #ADB081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB081

Black with #ADB081

Text Example


Text Example

White with #ADB081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB081; }

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

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

background-color css

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

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

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

border-color css

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

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

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