#1BA567

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

Shades of Jade #1BA567

Tints of Jade #1BA567

Color information

#1BA567 (or 0x1BA567) is unknown color: approx Jade. HEX triplet: 1B, A5 and 67. RGB value is (27,165,103). Sum of RGB (Red+Green+Blue) = 27+165+103=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA567 is #E45A98. Grayscale: #747474. Windows color (decimal): -14965401 or 6792475. OLE color: 6792475.

HSL color Cylindrical-coordinate representation of color #1BA567: hue angle of 153.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 #1BA567 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB27165103-
CMYK0.8400.380.35
HSL153.04º71.88%37.65%-
HSV(B)153.04º83.64%64.71%-
XYZ16.3628.1217.4-
YUV116.67120.2864.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.15%
GREEN value IS 165 (64.84% from 255) = 55.93%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=9.15%
G=55.93%
B=34.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271651030.8400.380.35153.0471.8837.65
Hex1BA5675402623994826
Octal332451471240464323111046
Binary1101110100101110011110101000100110100011100110011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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