Html Css Color HEX #9AB992 Spring Rain

📋 copy color: '#9AB992'

red 154 ◦ green 185 ◦ blue 146

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

Shades of Spring Rain #9AB992

Tints of Spring Rain #9AB992

RGB

 RED value IS 154 (60.55% from 255) = 31.75%

 GREEN value IS 185 (72.66% from 255) = 38.14%

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

R = 31.75%
G = 38.14%
B = 30.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#9AB992 (or 0x9AB992) is known color: Spring Rain. HEX triplet: 9A, B9 and 92. RGB value is (154,185,146). Sum of RGB (Red+Green+Blue) = 154+185+146=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB992 is #65466D. Grayscale: #ABABAB. Windows color (decimal): -6637166 or 9615770. OLE color: 9615770.

HSL color Cylindrical-coordinate representation of color #9AB992: hue angle of 107.69º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AB992 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 185 146 -
CMYK 0.17 0 0.21 0.27
HSL 107.69º 0.22% 0.65% -
HSV(B) 107.69º 0.21% 0.73% -
XYZ 35.86 43.64 33.73 -
YUV 171.29 113.73 115.67 -
System Red Green Blue C M Y K H S L
Decimal 154 185 146 0.17 0 0.21 0.27 107.69 0.22 0.65
Hex 9A B9 92 11 0 15 1B 6C 16 41
Octal 232 271 222 21 0 25 33 154 26 101
Binary 10011010 10111001 10010010 10001 0 10101 11011 1101100 10110 1000001

Color Harmonies of #9AB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB992

Black with #9AB992

Text Example


Text Example

White with #9AB992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB992; }

 p { color: rgb(154,185,146); }

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

background-color css

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

 a { background-color: rgb(154,185,146); }

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

border-color css

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

 span { border-color: rgb(154,185,146); }

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