#BCF461

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

Shades of Conifer #BCF461

Tints of Conifer #BCF461

Color information

#BCF461 (or 0xBCF461) is unknown color: approx Conifer. HEX triplet: BC, F4 and 61. RGB value is (188,244,97). Sum of RGB (Red+Green+Blue) = 188+244+97=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF461 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF461 is #430B9E. Grayscale: #D3D3D3. Windows color (decimal): -4393887 or 6419644. OLE color: 6419644.

HSL color Cylindrical-coordinate representation of color #BCF461: hue angle of 82.86º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCF461 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB18824497-
CMYK0.2300.600.04
HSL82.86º86.98%66.86%-
HSV(B)82.86º60.25%95.69%-
XYZ55.2576.2623.12-
YUV210.563.95111.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 244 (95.70% from 255) = 46.12%
BLUE value IS 97 (38.28% from 255) = 18.34%
R=35.54%
G=46.12%
B=18.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188244970.2300.600.0482.8686.9866.86
HexBCF4611703C4535743
Octal274364141270744123127103
Binary10111100111101001100001101110111100100101001110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF461; }

 p { color: rgb(188,244,97); }

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

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

 a { background-color: rgb(188,244,97); }

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

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

 span { border-color: rgb(188,244,97); }

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