#096255

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

Shades of Mosque #096255

Tints of Mosque #096255

Color information

#096255 (or 0x096255) is unknown color: approx Mosque. HEX triplet: 09, 62 and 55. RGB value is (9,98,85). Sum of RGB (Red+Green+Blue) = 9+98+85=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #096255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096255 is #F69DAA. Grayscale: #454545. Windows color (decimal): -16162219 or 5595657. OLE color: 5595657.

HSL color Cylindrical-coordinate representation of color #096255: hue angle of 171.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096255 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB99885-
CMYK0.9100.130.62
HSL171.24º83.18%20.98%-
HSV(B)171.24º90.82%38.43%-
XYZ6.129.4510.1-
YUV69.91136.5184.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 98 (38.67% from 255) = 51.04%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=4.69%
G=51.04%
B=44.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998850.9100.130.62171.2483.1820.98
Hex962555B0D3Eab5315
Octal111421251330157625312325
Binary10011100010101010110110110110111111010101011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096255; }

 p { color: rgb(9,98,85); }

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

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

 a { background-color: rgb(9,98,85); }

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

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

 span { border-color: rgb(9,98,85); }

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