#1BA595

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

Shades of Java #1BA595

Tints of Java #1BA595

Color information

#1BA595 (or 0x1BA595) is unknown color: approx Java. HEX triplet: 1B, A5 and 95. RGB value is (27,165,149). Sum of RGB (Red+Green+Blue) = 27+165+149=341 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.92% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA595 is #E45A6A. Grayscale: #797979. Windows color (decimal): -14965355 or 9807131. OLE color: 9807131.

HSL color Cylindrical-coordinate representation of color #1BA595: hue angle of 173.04º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA595 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB27165149-
CMYK0.8400.100.35
HSL173.04º71.88%37.65%-
HSV(B)173.04º83.64%64.71%-
XYZ19.3329.3133.07-
YUV121.91143.2860.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.92%
GREEN value IS 165 (64.84% from 255) = 48.39%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=7.92%
G=48.39%
B=43.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271651490.8400.100.35173.0471.8837.65
Hex1BA595540A23ad4826
Octal332452251240124325511046
Binary110111010010110010101101010001010100011101011011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BA595; }

 p { color: rgb(27,165,149); }

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

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

 a { background-color: rgb(27,165,149); }

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

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

 span { border-color: rgb(27,165,149); }

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