#1BA254

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

Shades of Pigment Green #1BA254

Tints of Pigment Green #1BA254

Color information

#1BA254 (or 0x1BA254) is unknown color: approx Pigment Green. HEX triplet: 1B, A2 and 54. RGB value is (27,162,84). Sum of RGB (Red+Green+Blue) = 27+162+84=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #1BA254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA254 is #E45DAB. Grayscale: #707070. Windows color (decimal): -14966188 or 5546523. OLE color: 5546523.

HSL color Cylindrical-coordinate representation of color #1BA254: hue angle of 145.33º 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 #1BA254 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB2716284-
CMYK0.8300.480.36
HSL145.33º71.43%37.06%-
HSV(B)145.33º83.33%63.53%-
XYZ14.9726.7112.75-
YUV112.74111.7766.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.89%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=9.89%
G=59.34%
B=30.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27162840.8300.480.36145.3371.4337.06
Hex1BA2545303024914725
Octal332421241230604422110745
Binary1101110100010101010010100110110000100100100100011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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