#BCF85C

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

Shades of Conifer #BCF85C

Tints of Conifer #BCF85C

Color information

#BCF85C (or 0xBCF85C) is unknown color: approx Conifer. HEX triplet: BC, F8 and 5C. RGB value is (188,248,92). Sum of RGB (Red+Green+Blue) = 188+248+92=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF85C is #4307A3. Grayscale: #D4D4D4. Windows color (decimal): -4392868 or 6092988. OLE color: 6092988.

HSL color Cylindrical-coordinate representation of color #BCF85C: hue angle of 83.08º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCF85C is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB18824892-
CMYK0.2400.630.03
HSL83.08º91.76%66.67%-
HSV(B)83.08º62.9%97.25%-
XYZ56.2478.622.33-
YUV212.2860.12110.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 248 (97.27% from 255) = 46.97%
BLUE value IS 92 (36.33% from 255) = 17.42%
R=35.61%
G=46.97%
B=17.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188248920.2400.630.0383.0891.7666.67
HexBCF85C1803F3535c43
Octal274370134300773123134103
Binary1011110011111000101110011000011111111101001110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF85C; }

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

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

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

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

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

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

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

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