#1BA455

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

Shades of Pigment Green #1BA455

Tints of Pigment Green #1BA455

Color information

#1BA455 (or 0x1BA455) is unknown color: approx Pigment Green. HEX triplet: 1B, A4 and 55. RGB value is (27,164,85). Sum of RGB (Red+Green+Blue) = 27+164+85=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA455 is #E45BAA. Grayscale: #727272. Windows color (decimal): -14965675 or 5612571. OLE color: 5612571.

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

Color convert

RGB2716485-
CMYK0.8400.480.36
HSL145.4º71.73%37.45%-
HSV(B)145.4º83.54%64.31%-
XYZ15.3727.4413.08-
YUV114.03111.6165.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.78%
GREEN value IS 164 (64.45% from 255) = 59.42%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=9.78%
G=59.42%
B=30.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27164850.8400.480.36145.471.7337.45
Hex1BA4555403024914825
Octal332441251240604422111045
Binary1101110100100101010110101000110000100100100100011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,164,85); }

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

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

 a { background-color: rgb(27,164,85); }

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

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

 span { border-color: rgb(27,164,85); }

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