#B6E048

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

Shades of Conifer #B6E048

Tints of Conifer #B6E048

Color information

#B6E048 (or 0xB6E048) is unknown color: approx Conifer. HEX triplet: B6, E0 and 48. RGB value is (182,224,72). Sum of RGB (Red+Green+Blue) = 182+224+72=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E048 is #491FB7. Grayscale: #C2C2C2. Windows color (decimal): -4792248 or 4776118. OLE color: 4776118.

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

Color convert

RGB18222472-
CMYK0.1900.680.12
HSL76.58º71.03%58.04%-
HSV(B)76.58º67.86%87.84%-
XYZ47.1263.7215.95-
YUV194.1159.09119.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 224 (87.89% from 255) = 46.86%
BLUE value IS 72 (28.52% from 255) = 15.06%
R=38.08%
G=46.86%
B=15.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182224720.1900.680.1276.5871.0358.04
HexB6E04813044C4d473a
Octal2663401102301041411510772
Binary101101101110000010010001001101000100110010011011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E048; }

 p { color: rgb(182,224,72); }

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

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

 a { background-color: rgb(182,224,72); }

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

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

 span { border-color: rgb(182,224,72); }

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