#BCFD5C

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

Shades of Conifer #BCFD5C

Tints of Conifer #BCFD5C

Color information

#BCFD5C (or 0xBCFD5C) is unknown color: approx Conifer. HEX triplet: BC, FD and 5C. RGB value is (188,253,92). Sum of RGB (Red+Green+Blue) = 188+253+92=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD5C is #4302A3. Grayscale: #D7D7D7. Windows color (decimal): -4391588 or 6094268. OLE color: 6094268.

HSL color Cylindrical-coordinate representation of color #BCFD5C: hue angle of 84.22º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCFD5C is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB18825392-
CMYK0.2600.640.01
HSL84.22º97.58%67.65%-
HSV(B)84.22º63.64%99.22%-
XYZ57.881.7122.85-
YUV215.2158.47108.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 253 (99.22% from 255) = 47.47%
BLUE value IS 92 (36.33% from 255) = 17.26%
R=35.27%
G=47.47%
B=17.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal188253920.2600.640.0184.2297.5867.65
HexBCFD5C1A0401546244
Octal2743751343201001124142104
Binary1011110011111101101110011010010000001101010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFD5C; }

 p { color: rgb(188,253,92); }

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

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

 a { background-color: rgb(188,253,92); }

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

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

 span { border-color: rgb(188,253,92); }

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