#1BA250

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

Shades of Pigment Green #1BA250

Tints of Pigment Green #1BA250

Color information

#1BA250 (or 0x1BA250) is unknown color: approx Pigment Green. HEX triplet: 1B, A2 and 50. RGB value is (27,162,80). Sum of RGB (Red+Green+Blue) = 27+162+80=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 162 (63.67% from 255 or 60.22% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 162 - color contains mainly: green. Hex color #1BA250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA250 is #E45DAF. Grayscale: #707070. Windows color (decimal): -14966192 or 5284379. OLE color: 5284379.

HSL color Cylindrical-coordinate representation of color #1BA250: hue angle of 143.56º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA250 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB2716280-
CMYK0.8300.510.36
HSL143.56º71.43%37.06%-
HSV(B)143.56º83.33%63.53%-
XYZ14.8226.6511.95-
YUV112.29109.7767.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.04%
GREEN value IS 162 (63.67% from 255) = 60.22%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=10.04%
G=60.22%
B=29.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27162800.8300.510.36143.5671.4337.06
Hex1BA2505303324904725
Octal332421201230634422010745
Binary1101110100010101000010100110110011100100100100001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,162,80); }

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

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

 a { background-color: rgb(27,162,80); }

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

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

 span { border-color: rgb(27,162,80); }

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