#BCF561

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

Shades of Conifer #BCF561

Tints of Conifer #BCF561

Color information

#BCF561 (or 0xBCF561) is unknown color: approx Conifer. HEX triplet: BC, F5 and 61. RGB value is (188,245,97). Sum of RGB (Red+Green+Blue) = 188+245+97=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF561 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF561 is #430A9E. Grayscale: #D3D3D3. Windows color (decimal): -4393631 or 6419900. OLE color: 6419900.

HSL color Cylindrical-coordinate representation of color #BCF561: hue angle of 83.11º degrees, saturation: 0.88, 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 #BCF561 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB18824597-
CMYK0.2300.600.04
HSL83.11º88.1%67.06%-
HSV(B)83.11º60.41%96.08%-
XYZ55.5576.8623.22-
YUV211.0863.62111.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 245 (96.09% from 255) = 46.23%
BLUE value IS 97 (38.28% from 255) = 18.30%
R=35.47%
G=46.23%
B=18.30%

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
Decimal188245970.2300.600.0483.1188.167.06
HexBCF5611703C4535843
Octal274365141270744123130103
Binary10111100111101011100001101110111100100101001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF561; }

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

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

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

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

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

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

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

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