#9BC0B1

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

Shades of Shadow Green #9BC0B1

Tints of Shadow Green #9BC0B1

Color information

#9BC0B1 (or 0x9BC0B1) is unknown color: approx Shadow Green. HEX triplet: 9B, C0 and B1. RGB value is (155,192,177). Sum of RGB (Red+Green+Blue) = 155+192+177=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC0B1 is #643F4E. Grayscale: #B3B3B3. Windows color (decimal): -6569807 or 11649179. OLE color: 11649179.

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

Color convert

RGB155192177-
CMYK0.1900.080.25
HSL155.68º22.7%68.04%-
HSV(B)155.68º19.27%75.29%-
XYZ40.347.8448.71-
YUV179.23126.74110.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.58%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=29.58%
G=36.64%
B=33.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551921770.1900.080.25155.6822.768.04
Hex9BC0B11308199c1744
Octal233300261230103123427104
Binary10011011110000001011000110011010001100110011100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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