#209185

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

Shades of Java #209185

Tints of Java #209185

Color information

#209185 (or 0x209185) is unknown color: approx Java. HEX triplet: 20, 91 and 85. RGB value is (32,145,133). Sum of RGB (Red+Green+Blue) = 32+145+133=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #209185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209185 is #DF6E7A. Grayscale: #6D6D6D. Windows color (decimal): -14642811 or 8753440. OLE color: 8753440.

HSL color Cylindrical-coordinate representation of color #209185: hue angle of 173.63º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209185 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB32145133-
CMYK0.7800.080.43
HSL173.63º63.84%34.71%-
HSV(B)173.63º77.93%56.86%-
XYZ14.9522.2525.7-
YUV109.84141.0672.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.32%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=10.32%
G=46.77%
B=42.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321451330.7800.080.43173.6363.8434.71
Hex2091854E082Bae4023
Octal402212051160105325610043
Binary1000001001000110000101100111001000101011101011101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209185; }

 p { color: rgb(32,145,133); }

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

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

 a { background-color: rgb(32,145,133); }

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

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

 span { border-color: rgb(32,145,133); }

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