Html Css Color HEX #ADB276 Locust

📋 copy color: '#ADB276'

red 173 ◦ green 178 ◦ blue 118

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

Shades of Locust #ADB276

Tints of Locust #ADB276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.95%

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

R = 36.89%
G = 37.95%
B = 25.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#ADB276 (or 0xADB276) is known color: Locust. HEX triplet: AD, B2 and 76. RGB value is (173,178,118). Sum of RGB (Red+Green+Blue) = 173+178+118=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB276 is #524D89. Grayscale: #A9A9A9. Windows color (decimal): -5393802 or 7778989. OLE color: 7778989.

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

Color convert

RGB 173 178 118 -
CMYK 0.03 0 0.34 0.30
HSL 65º 0.28% 0.58% -
HSV(B) 65º 0.34% 0.7% -
XYZ 36.42 42.03 23.33 -
YUV 169.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 173 178 118 0.03 0 0.34 0.30 65 0.28 0.58
Hex AD B2 76 3 0 22 1E 41 1C 3A
Octal 255 262 166 3 0 42 36 101 34 72
Binary 10101101 10110010 1110110 11 0 100010 11110 1000001 11100 111010

Color Harmonies of #ADB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB276

Black with #ADB276

Text Example


Text Example

White with #ADB276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB276; }

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

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

background-color css

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

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

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

border-color css

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

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

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