#B6E041

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

Shades of Conifer #B6E041

Tints of Conifer #B6E041

Color information

#B6E041 (or 0xB6E041) is unknown color: approx Conifer. HEX triplet: B6, E0 and 41. RGB value is (182,224,65). Sum of RGB (Red+Green+Blue) = 182+224+65=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E041 is #491FBE. Grayscale: #C1C1C1. Windows color (decimal): -4792255 or 4317366. OLE color: 4317366.

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

Color convert

RGB18222465-
CMYK0.1900.710.12
HSL75.85º71.95%56.67%-
HSV(B)75.85º70.98%87.84%-
XYZ46.963.6414.81-
YUV193.3255.59119.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 224 (87.89% from 255) = 47.56%
BLUE value IS 65 (25.78% from 255) = 13.80%
R=38.64%
G=47.56%
B=13.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182224650.1900.710.1275.8571.9556.67
HexB6E04113047C4c4839
Octal2663401012301071411411071
Binary101101101110000010000011001101000111110010011001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E041; }

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

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

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

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

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

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

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

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