#BCF961

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

Shades of Conifer #BCF961

Tints of Conifer #BCF961

Color information

#BCF961 (or 0xBCF961) is unknown color: approx Conifer. HEX triplet: BC, F9 and 61. RGB value is (188,249,97). Sum of RGB (Red+Green+Blue) = 188+249+97=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF961 is #43069E. Grayscale: #D5D5D5. Windows color (decimal): -4392607 or 6420924. OLE color: 6420924.

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

Color convert

RGB18824997-
CMYK0.2400.610.02
HSL84.08º92.68%67.84%-
HSV(B)84.08º61.04%97.65%-
XYZ56.7779.3123.62-
YUV213.4362.29109.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 249 (97.66% from 255) = 46.63%
BLUE value IS 97 (38.28% from 255) = 18.16%
R=35.21%
G=46.63%
B=18.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188249970.2400.610.0284.0892.6867.84
HexBCF9611803D2545d44
Octal274371141300752124135104
Binary1011110011111001110000111000011110110101010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF961; }

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

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

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

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

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

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

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

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