Html Css Color HEX #ADB076 Locust

📋 copy color: '#ADB076'

red 173 ◦ green 176 ◦ blue 118

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

Shades of Locust #ADB076

Tints of Locust #ADB076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.27%

R = 37.04%
G = 37.69%
B = 25.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#ADB076 (or 0xADB076) is known color: Locust. HEX triplet: AD, B0 and 76. RGB value is (173,176,118). Sum of RGB (Red+Green+Blue) = 173+176+118=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB076 is #524F89. Grayscale: #A8A8A8. Windows color (decimal): -5394314 or 7778477. OLE color: 7778477.

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

Color convert

RGB 173 176 118 -
CMYK 0.02 0 0.33 0.31
HSL 63.1º 0.27% 0.58% -
HSV(B) 63.1º 0.33% 0.69% -
XYZ 36.03 41.24 23.2 -
YUV 168.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 173 176 118 0.02 0 0.33 0.31 63.1 0.27 0.58
Hex AD B0 76 2 0 21 1F 3F 1B 3A
Octal 255 260 166 2 0 41 37 77 33 72
Binary 10101101 10110000 1110110 10 0 100001 11111 111111 11011 111010

Color Harmonies of #ADB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB076

Black with #ADB076

Text Example


Text Example

White with #ADB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB076; }

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

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

background-color css

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

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

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

border-color css

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

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

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