#096154

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

Shades of Mosque #096154

Tints of Mosque #096154

Color information

#096154 (or 0x096154) is unknown color: approx Mosque. HEX triplet: 09, 61 and 54. RGB value is (9,97,84). Sum of RGB (Red+Green+Blue) = 9+97+84=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #096154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096154 is #F69EAB. Grayscale: #454545. Windows color (decimal): -16162476 or 5529865. OLE color: 5529865.

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

Color convert

RGB99784-
CMYK0.9100.130.62
HSL171.14º83.02%20.78%-
HSV(B)171.14º90.72%38.04%-
XYZ5.999.259.86-
YUV69.21136.3585.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.74%
GREEN value IS 97 (38.28% from 255) = 51.05%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=4.74%
G=51.05%
B=44.21%

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
Decimal997840.9100.130.62171.1483.0220.78
Hex961545B0D3Eab5315
Octal111411241330157625312325
Binary10011100001101010010110110110111111010101011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096154; }

 p { color: rgb(9,97,84); }

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

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

 a { background-color: rgb(9,97,84); }

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

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

 span { border-color: rgb(9,97,84); }

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