#B6FC5B

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

Shades of Conifer #B6FC5B

Tints of Conifer #B6FC5B

Color information

#B6FC5B (or 0xB6FC5B) is unknown color: approx Conifer. HEX triplet: B6, FC and 5B. RGB value is (182,252,91). Sum of RGB (Red+Green+Blue) = 182+252+91=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FC5B is #4903A4. Grayscale: #D5D5D5. Windows color (decimal): -4785061 or 6028470. OLE color: 6028470.

HSL color Cylindrical-coordinate representation of color #B6FC5B: hue angle of 86.09º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6FC5B is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB18225291-
CMYK0.2800.640.01
HSL86.09º96.41%67.25%-
HSV(B)86.09º63.89%98.82%-
XYZ55.9980.3222.45-
YUV212.7259.31106.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 252 (98.83% from 255) = 48%
BLUE value IS 91 (35.94% from 255) = 17.33%
R=34.67%
G=48%
B=17.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182252910.2800.640.0186.0996.4167.25
HexB6FC5B1C0401566043
Octal2663741333401001126140103
Binary1011011011111100101101111100010000001101011011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FC5B; }

 p { color: rgb(182,252,91); }

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

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

 a { background-color: rgb(182,252,91); }

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

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

 span { border-color: rgb(182,252,91); }

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