Html Css Color HEX #ADB498 Green Spring

📋 copy color: '#ADB498'

red 173 ◦ green 180 ◦ blue 152

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

Shades of Green Spring #ADB498

Tints of Green Spring #ADB498

RGB

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

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

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

R = 34.26%
G = 35.64%
B = 30.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#ADB498 (or 0xADB498) is known color: Green Spring. HEX triplet: AD, B4 and 98. RGB value is (173,180,152). Sum of RGB (Red+Green+Blue) = 173+180+152=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB498 is #524B67. Grayscale: #AEAEAE. Windows color (decimal): -5393256 or 10007725. OLE color: 10007725.

HSL color Cylindrical-coordinate representation of color #ADB498: hue angle of 75º degrees, saturation: 0.16, 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 #ADB498 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 152 -
CMYK 0.04 0 0.16 0.29
HSL 75º 0.16% 0.65% -
HSV(B) 75º 0.16% 0.71% -
XYZ 39.22 43.79 36.09 -
YUV 174.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 173 180 152 0.04 0 0.16 0.29 75 0.16 0.65
Hex AD B4 98 4 0 10 1D 4B 10 41
Octal 255 264 230 4 0 20 35 113 20 101
Binary 10101101 10110100 10011000 100 0 10000 11101 1001011 10000 1000001

Color Harmonies of #ADB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB498

Black with #ADB498

Text Example


Text Example

White with #ADB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB498; }

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

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

background-color css

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

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

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

border-color css

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

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

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