#096256

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

Shades of Mosque #096256

Tints of Mosque #096256

Color information

#096256 (or 0x096256) is unknown color: approx Mosque. HEX triplet: 09, 62 and 56. RGB value is (9,98,86). Sum of RGB (Red+Green+Blue) = 9+98+86=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #096256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096256 is #F69DA9. Grayscale: #454545. Windows color (decimal): -16162218 or 5661193. OLE color: 5661193.

HSL color Cylindrical-coordinate representation of color #096256: hue angle of 171.91º 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 #096256 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB99886-
CMYK0.9100.120.62
HSL171.91º83.18%20.98%-
HSV(B)171.91º90.82%38.43%-
XYZ6.169.4710.31-
YUV70.02137.0184.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=4.66%
G=50.78%
B=44.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998860.9100.120.62171.9183.1820.98
Hex962565B0C3Eac5315
Octal111421261330147625412325
Binary10011100010101011010110110110011111010101100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096256; }

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

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

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

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

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

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

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

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