Html Css Color HEX #9BC092 Spring Rain

📋 copy color: '#9BC092'

red 155 ◦ green 192 ◦ blue 146

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

Shades of Spring Rain #9BC092

Tints of Spring Rain #9BC092

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.95%

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

R = 31.44%
G = 38.95%
B = 29.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#9BC092 (or 0x9BC092) is known color: Spring Rain. HEX triplet: 9B, C0 and 92. RGB value is (155,192,146). Sum of RGB (Red+Green+Blue) = 155+192+146=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC092 is #643F6D. Grayscale: #AFAFAF. Windows color (decimal): -6569838 or 9617563. OLE color: 9617563.

HSL color Cylindrical-coordinate representation of color #9BC092: hue angle of 108.26º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BC092 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 146 -
CMYK 0.19 0 0.24 0.25
HSL 108.26º 0.27% 0.66% -
HSV(B) 108.26º 0.24% 0.75% -
XYZ 37.56 46.74 34.24 -
YUV 175.69 111.24 113.24 -
System Red Green Blue C M Y K H S L
Decimal 155 192 146 0.19 0 0.24 0.25 108.26 0.27 0.66
Hex 9B C0 92 13 0 18 19 6C 1B 42
Octal 233 300 222 23 0 30 31 154 33 102
Binary 10011011 11000000 10010010 10011 0 11000 11001 1101100 11011 1000010

Color Harmonies of #9BC092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC092

Black with #9BC092

Text Example


Text Example

White with #9BC092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,146); }

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

background-color css

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

 a { background-color: rgb(155,192,146); }

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

border-color css

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

 span { border-color: rgb(155,192,146); }

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