#09bc5b

Color #09BC5B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #09BC5B

Tints of Pigment Green #09BC5B

Color information

#09BC5B (or 0x09BC5B) is unknown color: approx Pigment Green. HEX triplet: 09, BC and 5B. RGB value is (9,188,91). Sum of RGB (Red+Green+Blue) = 9+188+91=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC5B is #F643A4. Grayscale: #7B7B7B. Windows color (decimal): -16139173 or 6011913. OLE color: 6011913.

HSL color Cylindrical-coordinate representation of color #09BC5B: hue angle of 147.49º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BC5B is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB918891-
CMYK0.9500.520.26
HSL147.49º90.86%38.63%-
HSV(B)147.49º95.21%73.73%-
XYZ19.9836.7815.94-
YUV123.42109.746.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.12%
GREEN value IS 188 (73.83% from 255) = 65.28%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=3.12%
G=65.28%
B=31.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9188910.9500.520.26147.4990.8638.63
Hex9BC5B5F0341A935b27
Octal112741331370643222313347
Binary10011011110010110111011111011010011010100100111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09bc5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09bc5b; }

 p { color: rgb(9,188,91); }

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

<style>
 a { background-color: #09bc5b; }

 a { background-color: rgb(9,188,91); }

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

<style>
 span { border-color: #09bc5b; }

 span { border-color: rgb(9,188,91); }

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