#BCFF5C

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

Shades of Conifer #BCFF5C

Tints of Conifer #BCFF5C

Color information

#BCFF5C (or 0xBCFF5C) is unknown color: approx Conifer. HEX triplet: BC, FF and 5C. RGB value is (188,255,92). Sum of RGB (Red+Green+Blue) = 188+255+92=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF5C is #4300A3. Grayscale: #D8D8D8. Windows color (decimal): -4391076 or 6094780. OLE color: 6094780.

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

Color convert

RGB18825592-
CMYK0.2600.640
HSL84.66º100%68.04%-
HSV(B)84.66º63.92%100%-
XYZ58.4382.9823.06-
YUV216.3857.8107.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 92 (36.33% from 255) = 17.20%
R=35.14%
G=47.66%
B=17.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal188255920.2600.64084.6610068.04
HexBCFF5C1A0400556444
Octal2743771343201000125144104
Binary1011110011111111101110011010010000000101010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFF5C; }

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

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

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

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

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

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

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

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