#9BECA5

Color #9BECA5 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #9BECA5

Tints of Pale Green #9BECA5

Color information

#9BECA5 (or 0x9BECA5) is unknown color: approx Pale Green. HEX triplet: 9B, EC and A5. RGB value is (155,236,165). Sum of RGB (Red+Green+Blue) = 155+236+165=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BECA5 is #64135A. Grayscale: #CBCBCB. Windows color (decimal): -6558555 or 10874011. OLE color: 10874011.

HSL color Cylindrical-coordinate representation of color #9BECA5: hue angle of 127.41º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECA5 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB155236165-
CMYK0.3400.300.07
HSL127.41º68.07%76.67%-
HSV(B)127.41º34.32%92.55%-
XYZ50.369.6846.39-
YUV203.69106.1693.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.88%
GREEN value IS 236 (92.58% from 255) = 42.45%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=27.88%
G=42.45%
B=29.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552361650.3400.300.07127.4168.0776.67
Hex9BECA52201E77f444d
Octal233354245420367177104115
Binary100110111110110010100101100010011110111111111110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,236,165); }

 H1.HeaderClassName
 {
   color: #9BECA5;
 }
 .AnyTagClassName
 {
   color: #9BECA5;
 }
</style>
background-color css

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

 a { background-color: rgb(155,236,165); }

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

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

 span { border-color: rgb(155,236,165); }

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