#BCF548

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

Shades of Conifer #BCF548

Tints of Conifer #BCF548

Color information

#BCF548 (or 0xBCF548) is unknown color: approx Conifer. HEX triplet: BC, F5 and 48. RGB value is (188,245,72). Sum of RGB (Red+Green+Blue) = 188+245+72=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF548 is #430AB7. Grayscale: #D0D0D0. Windows color (decimal): -4393656 or 4781500. OLE color: 4781500.

HSL color Cylindrical-coordinate representation of color #BCF548: hue angle of 79.77º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCF548 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB18824572-
CMYK0.2300.710.04
HSL79.77º89.64%62.16%-
HSV(B)79.77º70.61%96.08%-
XYZ54.5676.4618.01-
YUV208.2451.12113.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 245 (96.09% from 255) = 48.51%
BLUE value IS 72 (28.52% from 255) = 14.26%
R=37.23%
G=48.51%
B=14.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188245720.2300.710.0479.7789.6462.16
HexBCF548170474505a3e
Octal274365110270107412013276
Binary10111100111101011001000101110100011110010100001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF548; }

 p { color: rgb(188,245,72); }

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

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

 a { background-color: rgb(188,245,72); }

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

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

 span { border-color: rgb(188,245,72); }

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