#BCFB5E

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

Shades of Conifer #BCFB5E

Tints of Conifer #BCFB5E

Color information

#BCFB5E (or 0xBCFB5E) is unknown color: approx Conifer. HEX triplet: BC, FB and 5E. RGB value is (188,251,94). Sum of RGB (Red+Green+Blue) = 188+251+94=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB5E is #4304A1. Grayscale: #D6D6D6. Windows color (decimal): -4392098 or 6224828. OLE color: 6224828.

HSL color Cylindrical-coordinate representation of color #BCFB5E: hue angle of 84.08º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCFB5E is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB18825194-
CMYK0.2500.630.02
HSL84.08º95.15%67.65%-
HSV(B)84.08º62.55%98.43%-
XYZ57.2680.4923.11-
YUV214.2660.13109.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 251 (98.44% from 255) = 47.09%
BLUE value IS 94 (37.11% from 255) = 17.64%
R=35.27%
G=47.09%
B=17.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188251940.2500.630.0284.0895.1567.65
HexBCFB5E1903F2545f44
Octal274373136310772124137104
Binary1011110011111011101111011001011111110101010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFB5E; }

 p { color: rgb(188,251,94); }

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

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

 a { background-color: rgb(188,251,94); }

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

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

 span { border-color: rgb(188,251,94); }

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