Html Css Color HEX #9BCA96 Spring Rain

📋 copy color: '#9BCA96'

red 155 ◦ green 202 ◦ blue 150

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

Shades of Spring Rain #9BCA96

Tints of Spring Rain #9BCA96

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.84%

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 30.57%
G = 39.84%
B = 29.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#9BCA96 (or 0x9BCA96) is known color: Spring Rain. HEX triplet: 9B, CA and 96. RGB value is (155,202,150). Sum of RGB (Red+Green+Blue) = 155+202+150=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCA96 is #643569. Grayscale: #B6B6B6. Windows color (decimal): -6567274 or 9882267. OLE color: 9882267.

HSL color Cylindrical-coordinate representation of color #9BCA96: hue angle of 114.23º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BCA96 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 202 150 -
CMYK 0.23 0 0.26 0.21
HSL 114.23º 0.33% 0.69% -
HSV(B) 114.23º 0.26% 0.79% -
XYZ 40.14 51.41 36.66 -
YUV 182.02 109.93 108.73 -
System Red Green Blue C M Y K H S L
Decimal 155 202 150 0.23 0 0.26 0.21 114.23 0.33 0.69
Hex 9B CA 96 17 0 1A 15 72 21 45
Octal 233 312 226 27 0 32 25 162 41 105
Binary 10011011 11001010 10010110 10111 0 11010 10101 1110010 100001 1000101

Color Harmonies of #9BCA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCA96

Black with #9BCA96

Text Example


Text Example

White with #9BCA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,202,150); }

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

background-color css

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

 a { background-color: rgb(155,202,150); }

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

border-color css

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

 span { border-color: rgb(155,202,150); }

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