#B0E148

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

Shades of Conifer #B0E148

Tints of Conifer #B0E148

Color information

#B0E148 (or 0xB0E148) is unknown color: approx Conifer. HEX triplet: B0, E1 and 48. RGB value is (176,225,72). Sum of RGB (Red+Green+Blue) = 176+225+72=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E148 is #4F1EB7. Grayscale: #C1C1C1. Windows color (decimal): -5185208 or 4776368. OLE color: 4776368.

HSL color Cylindrical-coordinate representation of color #B0E148: hue angle of 79.22º 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 #B0E148 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB17622572-
CMYK0.2200.680.12
HSL79.22º71.83%58.24%-
HSV(B)79.22º68%88.24%-
XYZ4663.5515.97-
YUV192.9159.77115.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 225 (88.28% from 255) = 47.57%
BLUE value IS 72 (28.52% from 255) = 15.22%
R=37.21%
G=47.57%
B=15.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal176225720.2200.680.1279.2271.8358.24
HexB0E14816044C4f483a
Octal2603411102601041411711072
Binary101100001110000110010001011001000100110010011111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E148; }

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

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

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

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

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

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

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

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