Html Css Color HEX #096253 Mosque

📋 copy color: '#096253'

red 9 ◦ green 98 ◦ blue 83

#096253
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #096253

Tints of Mosque #096253

RGB

 RED value IS 9 (3.91% from 255) = 4.74%

 GREEN value IS 98 (38.67% from 255) = 51.58%

 BLUE value IS 83 (32.81% from 255) = 43.68%

R = 4.74%
G = 51.58%
B = 43.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#096253 (or 0x096253) is known color: Mosque. HEX triplet: 09, 62 and 53. RGB value is (9,98,83). Sum of RGB (Red+Green+Blue) = 9+98+83=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #096253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096253 is #F69DAC. Grayscale: #454545. Windows color (decimal): -16162221 or 5464585. OLE color: 5464585.

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

Color convert

RGB 9 98 83 -
CMYK 0.91 0 0.15 0.62
HSL 169.89º 0.83% 0.21% -
HSV(B) 169.89º 0.91% 0.38% -
XYZ 6.04 9.42 9.68 -
YUV 69.68 135.51 84.72 -
System Red Green Blue C M Y K H S L
Decimal 9 98 83 0.91 0 0.15 0.62 169.89 0.83 0.21
Hex 9 62 53 5B 0 F 3E AA 53 15
Octal 11 142 123 133 0 17 76 252 123 25
Binary 1001 1100010 1010011 1011011 0 1111 111110 10101010 1010011 10101

Color Harmonies of #096253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096253

Black with #096253

Text Example


Text Example

White with #096253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096253; }

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

 H1.HeaderClassName
 {
   color: #096253;
 }
 .AnyTagClassName
 {
   color: #096253;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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