Html Css Color HEX #9ABA8C Spring Rain

📋 copy color: '#9ABA8C'

red 154 ◦ green 186 ◦ blue 140

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

Shades of Spring Rain #9ABA8C

Tints of Spring Rain #9ABA8C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.75%

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 32.08%
G = 38.75%
B = 29.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#9ABA8C (or 0x9ABA8C) is known color: Spring Rain. HEX triplet: 9A, BA and 8C. RGB value is (154,186,140). Sum of RGB (Red+Green+Blue) = 154+186+140=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABA8C is #654573. Grayscale: #ABABAB. Windows color (decimal): -6636916 or 9222810. OLE color: 9222810.

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

Color convert

RGB 154 186 140 -
CMYK 0.17 0 0.25 0.27
HSL 101.74º 0.25% 0.64% -
HSV(B) 101.74º 0.25% 0.73% -
XYZ 35.62 43.88 31.4 -
YUV 171.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 154 186 140 0.17 0 0.25 0.27 101.74 0.25 0.64
Hex 9A BA 8C 11 0 19 1B 66 19 40
Octal 232 272 214 21 0 31 33 146 31 100
Binary 10011010 10111010 10001100 10001 0 11001 11011 1100110 11001 1000000

Color Harmonies of #9ABA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABA8C

Black with #9ABA8C

Text Example


Text Example

White with #9ABA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,186,140); }

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

background-color css

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

 a { background-color: rgb(154,186,140); }

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

border-color css

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

 span { border-color: rgb(154,186,140); }

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