Html Css Color HEX #ADB099 Green Spring

📋 copy color: '#ADB099'

red 173 ◦ green 176 ◦ blue 153

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

Shades of Green Spring #ADB099

Tints of Green Spring #ADB099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.06%

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

R = 34.46%
G = 35.06%
B = 30.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#ADB099 (or 0xADB099) is known color: Green Spring. HEX triplet: AD, B0 and 99. RGB value is (173,176,153). Sum of RGB (Red+Green+Blue) = 173+176+153=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB099 is #524F66. Grayscale: #ACACAC. Windows color (decimal): -5394279 or 10072237. OLE color: 10072237.

HSL color Cylindrical-coordinate representation of color #ADB099: hue angle of 67.83º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADB099 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 153 -
CMYK 0.02 0 0.13 0.31
HSL 67.83º 0.13% 0.65% -
HSV(B) 67.83º 0.13% 0.69% -
XYZ 38.51 42.23 36.26 -
YUV 172.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 173 176 153 0.02 0 0.13 0.31 67.83 0.13 0.65
Hex AD B0 99 2 0 D 1F 44 D 41
Octal 255 260 231 2 0 15 37 104 15 101
Binary 10101101 10110000 10011001 10 0 1101 11111 1000100 1101 1000001

Color Harmonies of #ADB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB099

Black with #ADB099

Text Example


Text Example

White with #ADB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB099; }

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

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

background-color css

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

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

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

border-color css

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

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

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