#9BBEA1

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

Shades of Summer Green #9BBEA1

Tints of Summer Green #9BBEA1

Color information

#9BBEA1 (or 0x9BBEA1) is unknown color: approx Summer Green. HEX triplet: 9B, BE and A1. RGB value is (155,190,161). Sum of RGB (Red+Green+Blue) = 155+190+161=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBEA1 is #64415E. Grayscale: #B0B0B0. Windows color (decimal): -6570335 or 10600091. OLE color: 10600091.

HSL color Cylindrical-coordinate representation of color #9BBEA1: hue angle of 130.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBEA1 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB155190161-
CMYK0.1800.150.25
HSL130.29º21.21%67.65%-
HSV(B)130.29º18.42%74.51%-
XYZ38.3646.3740.65-
YUV176.23119.4112.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.63%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 161 (63.28% from 255) = 31.82%
R=30.63%
G=37.55%
B=31.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901610.1800.150.25130.2921.2167.65
Hex9BBEA1120F19821544
Octal233276241220173120225104
Binary10011011101111101010000110010011111100110000010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,161); }

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

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

 a { background-color: rgb(155,190,161); }

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

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

 span { border-color: rgb(155,190,161); }

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