#1BAB67

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

Shades of Jade #1BAB67

Tints of Jade #1BAB67

Color information

#1BAB67 (or 0x1BAB67) is unknown color: approx Jade. HEX triplet: 1B, AB and 67. RGB value is (27,171,103). Sum of RGB (Red+Green+Blue) = 27+171+103=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAB67 is #E45498. Grayscale: #787878. Windows color (decimal): -14963865 or 6794011. OLE color: 6794011.

HSL color Cylindrical-coordinate representation of color #1BAB67: hue angle of 151.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAB67 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB27171103-
CMYK0.8400.400.33
HSL151.67º72.73%38.82%-
HSV(B)151.67º84.21%67.06%-
XYZ17.4630.3417.77-
YUV120.19118.2961.53-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.97%
GREEN value IS 171 (67.19% from 255) = 56.81%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=8.97%
G=56.81%
B=34.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271711030.8400.400.33151.6772.7338.82
Hex1BAB675402821984927
Octal332531471240504123011147
Binary1101110101011110011110101000101000100001100110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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