#188276

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

Shades of Elm #188276

Tints of Elm #188276

Color information

#188276 (or 0x188276) is unknown color: approx Elm. HEX triplet: 18, 82 and 76. RGB value is (24,130,118). Sum of RGB (Red+Green+Blue) = 24+130+118=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #188276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188276 is #E77D89. Grayscale: #606060. Windows color (decimal): -15170954 or 7766552. OLE color: 7766552.

HSL color Cylindrical-coordinate representation of color #188276: hue angle of 173.21º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188276 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB24130118-
CMYK0.8200.090.49
HSL173.21º68.83%30.2%-
HSV(B)173.21º81.54%50.98%-
XYZ11.6317.4719.9-
YUV96.94139.8875.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.82%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=8.82%
G=47.79%
B=43.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal241301180.8200.090.49173.2168.8330.2
Hex188276520931ad451e
Octal302021661220116125510536
Binary1100010000010111011010100100100111000110101101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188276; }

 p { color: rgb(24,130,118); }

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

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

 a { background-color: rgb(24,130,118); }

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

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

 span { border-color: rgb(24,130,118); }

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