#B6F963

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

Shades of Conifer #B6F963

Tints of Conifer #B6F963

Color information

#B6F963 (or 0xB6F963) is unknown color: approx Conifer. HEX triplet: B6, F9 and 63. RGB value is (182,249,99). Sum of RGB (Red+Green+Blue) = 182+249+99=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F963 is #49069C. Grayscale: #D4D4D4. Windows color (decimal): -4785821 or 6551990. OLE color: 6551990.

HSL color Cylindrical-coordinate representation of color #B6F963: hue angle of 86.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6F963 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB18224999-
CMYK0.2700.600.02
HSL86.8º92.59%68.24%-
HSV(B)86.8º60.24%97.65%-
XYZ55.4278.624.05-
YUV211.8764.3106.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 249 (97.66% from 255) = 46.98%
BLUE value IS 99 (39.06% from 255) = 18.68%
R=34.34%
G=46.98%
B=18.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182249990.2700.600.0286.892.5968.24
HexB6F9631B03C2575d44
Octal266371143330742127135104
Binary1011011011111001110001111011011110010101011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F963; }

 p { color: rgb(182,249,99); }

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

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

 a { background-color: rgb(182,249,99); }

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

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

 span { border-color: rgb(182,249,99); }

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