#09884B

Color #09884B Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #09884B

Tints of Salem #09884B

Color information

#09884B (or 0x09884B) is unknown color: approx Salem. HEX triplet: 09, 88 and 4B. RGB value is (9,136,75). Sum of RGB (Red+Green+Blue) = 9+136+75=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #09884B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09884B is #F677B4. Grayscale: #5B5B5B. Windows color (decimal): -16152501 or 4950025. OLE color: 4950025.

HSL color Cylindrical-coordinate representation of color #09884B: hue angle of 151.18º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09884B is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB913675-
CMYK0.9300.450.47
HSL151.18º87.59%28.43%-
HSV(B)151.18º93.38%53.33%-
XYZ10.1918.179.63-
YUV91.07118.9269.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 136 (53.52% from 255) = 61.82%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=4.09%
G=61.82%
B=34.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9136750.9300.450.47151.1887.5928.43
Hex9884B5D02D2F97581c
Octal112101131350555722713034
Binary10011000100010010111011101010110110111110010111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09884B; }

 p { color: rgb(9,136,75); }

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

<style>
 a { background-color: #09884B; }

 a { background-color: rgb(9,136,75); }

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

<style>
 span { border-color: #09884B; }

 span { border-color: rgb(9,136,75); }

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