Html Css Color HEX #9BC294 Spring Rain

📋 copy color: '#9BC294'

red 155 ◦ green 194 ◦ blue 148

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

Shades of Spring Rain #9BC294

Tints of Spring Rain #9BC294

RGB

 RED value IS 155 (60.94% from 255) = 31.19%

 GREEN value IS 194 (76.17% from 255) = 39.03%

 BLUE value IS 148 (58.2% from 255) = 29.78%

R = 31.19%
G = 39.03%
B = 29.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#9BC294 (or 0x9BC294) is known color: Spring Rain. HEX triplet: 9B, C2 and 94. RGB value is (155,194,148). Sum of RGB (Red+Green+Blue) = 155+194+148=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC294 is #643D6B. Grayscale: #B1B1B1. Windows color (decimal): -6569324 or 9749147. OLE color: 9749147.

HSL color Cylindrical-coordinate representation of color #9BC294: hue angle of 110.87º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BC294 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 148 -
CMYK 0.20 0 0.24 0.24
HSL 110.87º 0.27% 0.67% -
HSV(B) 110.87º 0.24% 0.76% -
XYZ 38.15 47.69 35.21 -
YUV 177.1 111.58 112.24 -
System Red Green Blue C M Y K H S L
Decimal 155 194 148 0.20 0 0.24 0.24 110.87 0.27 0.67
Hex 9B C2 94 14 0 18 18 6F 1B 43
Octal 233 302 224 24 0 30 30 157 33 103
Binary 10011011 11000010 10010100 10100 0 11000 11000 1101111 11011 1000011

Color Harmonies of #9BC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC294

Black with #9BC294

Text Example


Text Example

White with #9BC294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,194,148); }

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

background-color css

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

 a { background-color: rgb(155,194,148); }

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

border-color css

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

 span { border-color: rgb(155,194,148); }

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