Html Css Color HEX #ADB698 Green Spring

📋 copy color: '#ADB698'

red 173 ◦ green 182 ◦ blue 152

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

Shades of Green Spring #ADB698

Tints of Green Spring #ADB698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.9%

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

R = 34.12%
G = 35.9%
B = 29.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#ADB698 (or 0xADB698) is known color: Green Spring. HEX triplet: AD, B6 and 98. RGB value is (173,182,152). Sum of RGB (Red+Green+Blue) = 173+182+152=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB698 is #524967. Grayscale: #B0B0B0. Windows color (decimal): -5392744 or 10008237. OLE color: 10008237.

HSL color Cylindrical-coordinate representation of color #ADB698: hue angle of 78º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB698 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 152 -
CMYK 0.05 0 0.16 0.29
HSL 78º 0.17% 0.65% -
HSV(B) 78º 0.16% 0.71% -
XYZ 39.63 44.61 36.23 -
YUV 175.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 173 182 152 0.05 0 0.16 0.29 78 0.17 0.65
Hex AD B6 98 5 0 10 1D 4E 11 41
Octal 255 266 230 5 0 20 35 116 21 101
Binary 10101101 10110110 10011000 101 0 10000 11101 1001110 10001 1000001

Color Harmonies of #ADB698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB698

Black with #ADB698

Text Example


Text Example

White with #ADB698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB698; }

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

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

background-color css

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

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

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

border-color css

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

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

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