Html Css Color HEX #ADB077 Locust

📋 copy color: '#ADB077'

red 173 ◦ green 176 ◦ blue 119

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

Shades of Locust #ADB077

Tints of Locust #ADB077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.43%

R = 36.97%
G = 37.61%
B = 25.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#ADB077 (or 0xADB077) is known color: Locust. HEX triplet: AD, B0 and 77. RGB value is (173,176,119). Sum of RGB (Red+Green+Blue) = 173+176+119=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB077 is #524F88. Grayscale: #A8A8A8. Windows color (decimal): -5394313 or 7844013. OLE color: 7844013.

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

Color convert

RGB 173 176 119 -
CMYK 0.02 0 0.32 0.31
HSL 63.16º 0.27% 0.58% -
HSV(B) 63.16º 0.32% 0.69% -
XYZ 36.09 41.27 23.52 -
YUV 168.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 173 176 119 0.02 0 0.32 0.31 63.16 0.27 0.58
Hex AD B0 77 2 0 20 1F 3F 1B 3A
Octal 255 260 167 2 0 40 37 77 33 72
Binary 10101101 10110000 1110111 10 0 100000 11111 111111 11011 111010

Color Harmonies of #ADB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB077

Black with #ADB077

Text Example


Text Example

White with #ADB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB077; }

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

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

background-color css

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

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

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

border-color css

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

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

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