Html Css Color HEX #ADB098 Green Spring

📋 copy color: '#ADB098'

red 173 ◦ green 176 ◦ blue 152

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

Shades of Green Spring #ADB098

Tints of Green Spring #ADB098

RGB

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

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

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

R = 34.53%
G = 35.13%
B = 30.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#ADB098 (or 0xADB098) is known color: Green Spring. HEX triplet: AD, B0 and 98. RGB value is (173,176,152). Sum of RGB (Red+Green+Blue) = 173+176+152=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB098 is #524F67. Grayscale: #ACACAC. Windows color (decimal): -5394280 or 10006701. OLE color: 10006701.

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

Color convert

RGB 173 176 152 -
CMYK 0.02 0 0.14 0.31
HSL 67.5º 0.13% 0.64% -
HSV(B) 67.5º 0.14% 0.69% -
XYZ 38.43 42.2 35.83 -
YUV 172.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 173 176 152 0.02 0 0.14 0.31 67.5 0.13 0.64
Hex AD B0 98 2 0 E 1F 44 D 40
Octal 255 260 230 2 0 16 37 104 15 100
Binary 10101101 10110000 10011000 10 0 1110 11111 1000100 1101 1000000

Color Harmonies of #ADB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB098

Black with #ADB098

Text Example


Text Example

White with #ADB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB098; }

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

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

background-color css

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

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

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

border-color css

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

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

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