Html Css Color HEX #ADB798 Green Spring

📋 copy color: '#ADB798'

red 173 ◦ green 183 ◦ blue 152

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

Shades of Green Spring #ADB798

Tints of Green Spring #ADB798

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.02%

 BLUE value IS 152 (59.77% from 255) = 29.92%

R = 34.06%
G = 36.02%
B = 29.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#ADB798 (or 0xADB798) is known color: Green Spring. HEX triplet: AD, B7 and 98. RGB value is (173,183,152). Sum of RGB (Red+Green+Blue) = 173+183+152=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB798 is #524867. Grayscale: #B0B0B0. Windows color (decimal): -5392488 or 10008493. OLE color: 10008493.

HSL color Cylindrical-coordinate representation of color #ADB798: hue angle of 79.35º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADB798 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 152 -
CMYK 0.05 0 0.17 0.28
HSL 79.35º 0.18% 0.66% -
HSV(B) 79.35º 0.17% 0.72% -
XYZ 39.83 45.02 36.3 -
YUV 176.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 173 183 152 0.05 0 0.17 0.28 79.35 0.18 0.66
Hex AD B7 98 5 0 11 1C 4F 12 42
Octal 255 267 230 5 0 21 34 117 22 102
Binary 10101101 10110111 10011000 101 0 10001 11100 1001111 10010 1000010

Color Harmonies of #ADB798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB798

Black with #ADB798

Text Example


Text Example

White with #ADB798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB798; }

 p { color: rgb(173,183,152); }

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

background-color css

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

 a { background-color: rgb(173,183,152); }

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

border-color css

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

 span { border-color: rgb(173,183,152); }

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