Html Css Color HEX #ADB492 Green Spring

📋 copy color: '#ADB492'

red 173 ◦ green 180 ◦ blue 146

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

Shades of Green Spring #ADB492

Tints of Green Spring #ADB492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 34.67%
G = 36.07%
B = 29.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#ADB492 (or 0xADB492) is known color: Green Spring. HEX triplet: AD, B4 and 92. RGB value is (173,180,146). Sum of RGB (Red+Green+Blue) = 173+180+146=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB492 is #524B6D. Grayscale: #AEAEAE. Windows color (decimal): -5393262 or 9614509. OLE color: 9614509.

HSL color Cylindrical-coordinate representation of color #ADB492: hue angle of 72.35º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB492 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 146 -
CMYK 0.04 0 0.19 0.29
HSL 72.35º 0.18% 0.64% -
HSV(B) 72.35º 0.19% 0.71% -
XYZ 38.74 43.6 33.57 -
YUV 174.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 173 180 146 0.04 0 0.19 0.29 72.35 0.18 0.64
Hex AD B4 92 4 0 13 1D 48 12 40
Octal 255 264 222 4 0 23 35 110 22 100
Binary 10101101 10110100 10010010 100 0 10011 11101 1001000 10010 1000000

Color Harmonies of #ADB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB492

Black with #ADB492

Text Example


Text Example

White with #ADB492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB492; }

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

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

background-color css

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

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

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

border-color css

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

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

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