#B6E03F

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

Shades of Conifer #B6E03F

Tints of Conifer #B6E03F

Color information

#B6E03F (or 0xB6E03F) is unknown color: approx Conifer. HEX triplet: B6, E0 and 3F. RGB value is (182,224,63). Sum of RGB (Red+Green+Blue) = 182+224+63=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E03F is #491FC0. Grayscale: #C1C1C1. Windows color (decimal): -4792257 or 4186294. OLE color: 4186294.

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

Color convert

RGB18222463-
CMYK0.1900.720.12
HSL75.65º72.2%56.27%-
HSV(B)75.65º71.88%87.84%-
XYZ46.8463.6214.51-
YUV193.0954.59120.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 224 (87.89% from 255) = 47.76%
BLUE value IS 63 (25% from 255) = 13.43%
R=38.81%
G=47.76%
B=13.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182224630.1900.720.1275.6572.256.27
HexB6E03F13048C4c4838
Octal266340772301101411411070
Binary10110110111000001111111001101001000110010011001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E03F; }

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

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

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

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

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

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

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

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