Html Css Color HEX #ADB49B Green Spring

📋 copy color: '#ADB49B'

red 173 ◦ green 180 ◦ blue 155

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

Shades of Green Spring #ADB49B

Tints of Green Spring #ADB49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.43%

 BLUE value IS 155 (60.94% from 255) = 30.51%

R = 34.06%
G = 35.43%
B = 30.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#ADB49B (or 0xADB49B) is known color: Green Spring. HEX triplet: AD, B4 and 9B. RGB value is (173,180,155). Sum of RGB (Red+Green+Blue) = 173+180+155=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB49B is #524B64. Grayscale: #AFAFAF. Windows color (decimal): -5393253 or 10204333. OLE color: 10204333.

HSL color Cylindrical-coordinate representation of color #ADB49B: hue angle of 76.8º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADB49B is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 155 -
CMYK 0.04 0 0.14 0.29
HSL 76.8º 0.14% 0.66% -
HSV(B) 76.8º 0.14% 0.71% -
XYZ 39.47 43.89 37.4 -
YUV 175.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 173 180 155 0.04 0 0.14 0.29 76.8 0.14 0.66
Hex AD B4 9B 4 0 E 1D 4D E 42
Octal 255 264 233 4 0 16 35 115 16 102
Binary 10101101 10110100 10011011 100 0 1110 11101 1001101 1110 1000010

Color Harmonies of #ADB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB49B

Black with #ADB49B

Text Example


Text Example

White with #ADB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB49B; }

 p { color: rgb(173,180,155); }

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

background-color css

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

 a { background-color: rgb(173,180,155); }

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

border-color css

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

 span { border-color: rgb(173,180,155); }

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