#BCF150

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

Shades of Conifer #BCF150

Tints of Conifer #BCF150

Color information

#BCF150 (or 0xBCF150) is unknown color: approx Conifer. HEX triplet: BC, F1 and 50. RGB value is (188,241,80). Sum of RGB (Red+Green+Blue) = 188+241+80=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF150 is #430EAF. Grayscale: #CFCFCF. Windows color (decimal): -4394672 or 5304764. OLE color: 5304764.

HSL color Cylindrical-coordinate representation of color #BCF150: hue angle of 79.75º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCF150 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB18824180-
CMYK0.2200.670.05
HSL79.75º85.19%62.94%-
HSV(B)79.75º66.8%94.51%-
XYZ53.6474.1819.08-
YUV206.856.44114.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 241 (94.53% from 255) = 47.35%
BLUE value IS 80 (31.64% from 255) = 15.72%
R=36.94%
G=47.35%
B=15.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188241800.2200.670.0579.7585.1962.94
HexBCF15016043550553f
Octal274361120260103512012577
Binary10111100111100011010000101100100001110110100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF150; }

 p { color: rgb(188,241,80); }

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

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

 a { background-color: rgb(188,241,80); }

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

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

 span { border-color: rgb(188,241,80); }

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