Html Css Color HEX #ADB074 Locust

📋 copy color: '#ADB074'

red 173 ◦ green 176 ◦ blue 116

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

Shades of Locust #ADB074

Tints of Locust #ADB074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.95%

R = 37.2%
G = 37.85%
B = 24.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#ADB074 (or 0xADB074) is known color: Locust. HEX triplet: AD, B0 and 74. RGB value is (173,176,116). Sum of RGB (Red+Green+Blue) = 173+176+116=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB074 is #524F8B. Grayscale: #A8A8A8. Windows color (decimal): -5394316 or 7647405. OLE color: 7647405.

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

Color convert

RGB 173 176 116 -
CMYK 0.02 0 0.34 0.31
HSL 63º 0.28% 0.57% -
HSV(B) 63º 0.34% 0.69% -
XYZ 35.91 41.2 22.58 -
YUV 168.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 173 176 116 0.02 0 0.34 0.31 63 0.28 0.57
Hex AD B0 74 2 0 22 1F 3F 1C 39
Octal 255 260 164 2 0 42 37 77 34 71
Binary 10101101 10110000 1110100 10 0 100010 11111 111111 11100 111001

Color Harmonies of #ADB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB074

Black with #ADB074

Text Example


Text Example

White with #ADB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB074; }

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

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

background-color css

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

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

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

border-color css

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

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

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