#B2E148

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

Shades of Conifer #B2E148

Tints of Conifer #B2E148

Color information

#B2E148 (or 0xB2E148) is unknown color: approx Conifer. HEX triplet: B2, E1 and 48. RGB value is (178,225,72). Sum of RGB (Red+Green+Blue) = 178+225+72=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E148 is #4D1EB7. Grayscale: #C2C2C2. Windows color (decimal): -5054136 or 4776370. OLE color: 4776370.

HSL color Cylindrical-coordinate representation of color #B2E148: hue angle of 78.43º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2E148 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB17822572-
CMYK0.2100.680.12
HSL78.43º71.83%58.24%-
HSV(B)78.43º68%88.24%-
XYZ46.4663.7815.99-
YUV193.559.43116.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 225 (88.28% from 255) = 47.37%
BLUE value IS 72 (28.52% from 255) = 15.16%
R=37.47%
G=47.37%
B=15.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178225720.2100.680.1278.4371.8358.24
HexB2E14815044C4e483a
Octal2623411102501041411611072
Binary101100101110000110010001010101000100110010011101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E148; }

 p { color: rgb(178,225,72); }

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

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

 a { background-color: rgb(178,225,72); }

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

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

 span { border-color: rgb(178,225,72); }

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