Html Css Color HEX #ADB078 Locust

📋 copy color: '#ADB078'

red 173 ◦ green 176 ◦ blue 120

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

Shades of Locust #ADB078

Tints of Locust #ADB078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.59%

R = 36.89%
G = 37.53%
B = 25.59%

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

#ADB078 (or 0xADB078) is known color: Locust. HEX triplet: AD, B0 and 78. RGB value is (173,176,120). Sum of RGB (Red+Green+Blue) = 173+176+120=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB078 is #524F87. Grayscale: #A8A8A8. Windows color (decimal): -5394312 or 7909549. OLE color: 7909549.

HSL color Cylindrical-coordinate representation of color #ADB078: hue angle of 63.21º degrees, saturation: 0.26, 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 #ADB078 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 120 -
CMYK 0.02 0 0.32 0.31
HSL 63.21º 0.26% 0.58% -
HSV(B) 63.21º 0.32% 0.69% -
XYZ 36.15 41.29 23.83 -
YUV 168.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 173 176 120 0.02 0 0.32 0.31 63.21 0.26 0.58
Hex AD B0 78 2 0 20 1F 3F 1A 3A
Octal 255 260 170 2 0 40 37 77 32 72
Binary 10101101 10110000 1111000 10 0 100000 11111 111111 11010 111010

Color Harmonies of #ADB078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB078

Black with #ADB078

Text Example


Text Example

White with #ADB078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB078; }

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

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

background-color css

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

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

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

border-color css

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

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

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