#BCFA52

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

Shades of Conifer #BCFA52

Tints of Conifer #BCFA52

Color information

#BCFA52 (or 0xBCFA52) is unknown color: approx Conifer. HEX triplet: BC, FA and 52. RGB value is (188,250,82). Sum of RGB (Red+Green+Blue) = 188+250+82=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA52 is #4305AD. Grayscale: #D4D4D4. Windows color (decimal): -4392366 or 5438140. OLE color: 5438140.

HSL color Cylindrical-coordinate representation of color #BCFA52: hue angle of 82.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCFA52 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB18825082-
CMYK0.2500.670.02
HSL82.14º94.38%65.1%-
HSV(B)82.14º67.2%98.04%-
XYZ56.4579.6720.39-
YUV212.3154.46110.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 250 (98.05% from 255) = 48.08%
BLUE value IS 82 (32.42% from 255) = 15.77%
R=36.15%
G=48.08%
B=15.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188250820.2500.670.0282.1494.3865.1
HexBCFA52190432525e41
Octal2743721223101032122136101
Binary10111100111110101010010110010100001110101001010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA52; }

 p { color: rgb(188,250,82); }

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

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

 a { background-color: rgb(188,250,82); }

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

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

 span { border-color: rgb(188,250,82); }

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