#1BB94D

Color #1BB94D Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1BB94D

Tints of Dark Pastel Green #1BB94D

Color information

#1BB94D (or 0x1BB94D) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, B9 and 4D. RGB value is (27,185,77). Sum of RGB (Red+Green+Blue) = 27+185+77=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 185 (72.66% from 255 or 64.01% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 185 - color contains mainly: green. Hex color #1BB94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BB94D is #E446B2. Grayscale: #7D7D7D. Windows color (decimal): -14960307 or 5093659. OLE color: 5093659.

HSL color Cylindrical-coordinate representation of color #1BB94D: hue angle of 138.99º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB94D is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB2718577-
CMYK0.8500.580.27
HSL138.99º74.53%41.57%-
HSV(B)138.99º85.41%72.55%-
XYZ19.1435.4712.86-
YUV125.45100.6557.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.34%
GREEN value IS 185 (72.66% from 255) = 64.01%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=9.34%
G=64.01%
B=26.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27185770.8500.580.27138.9974.5341.57
Hex1BB94D5503A1B8b4b2a
Octal332711151250723321311352
Binary110111011100110011011010101011101011011100010111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,185,77); }

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

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

 a { background-color: rgb(27,185,77); }

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

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

 span { border-color: rgb(27,185,77); }

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