Html Css Color HEX #ADB299 Green Spring

📋 copy color: '#ADB299'

red 173 ◦ green 178 ◦ blue 153

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

Shades of Green Spring #ADB299

Tints of Green Spring #ADB299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.32%

 BLUE value IS 153 (60.16% from 255) = 30.36%

R = 34.33%
G = 35.32%
B = 30.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#ADB299 (or 0xADB299) is known color: Green Spring. HEX triplet: AD, B2 and 99. RGB value is (173,178,153). Sum of RGB (Red+Green+Blue) = 173+178+153=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB299 is #524D66. Grayscale: #ADADAD. Windows color (decimal): -5393767 or 10072749. OLE color: 10072749.

HSL color Cylindrical-coordinate representation of color #ADB299: hue angle of 72º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADB299 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 153 -
CMYK 0.03 0 0.14 0.30
HSL 72º 0.14% 0.65% -
HSV(B) 72º 0.14% 0.7% -
XYZ 38.9 43.02 36.39 -
YUV 173.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 173 178 153 0.03 0 0.14 0.30 72 0.14 0.65
Hex AD B2 99 3 0 E 1E 48 E 41
Octal 255 262 231 3 0 16 36 110 16 101
Binary 10101101 10110010 10011001 11 0 1110 11110 1001000 1110 1000001

Color Harmonies of #ADB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB299

Black with #ADB299

Text Example


Text Example

White with #ADB299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB299; }

 p { color: rgb(173,178,153); }

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

background-color css

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

 a { background-color: rgb(173,178,153); }

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

border-color css

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

 span { border-color: rgb(173,178,153); }

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