#BCF645

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

Shades of Green Yellow #BCF645

Tints of Green Yellow #BCF645

Color information

#BCF645 (or 0xBCF645) is unknown color: approx Green Yellow. HEX triplet: BC, F6 and 45. RGB value is (188,246,69). Sum of RGB (Red+Green+Blue) = 188+246+69=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF645 is #4309BA. Grayscale: #D1D1D1. Windows color (decimal): -4393403 or 4585148. OLE color: 4585148.

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

Color convert

RGB18824669-
CMYK0.2400.720.04
HSL79.66º90.77%61.76%-
HSV(B)79.66º71.95%96.47%-
XYZ54.7777.0317.61-
YUV208.4849.28113.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 246 (96.48% from 255) = 48.91%
BLUE value IS 69 (27.34% from 255) = 13.72%
R=37.38%
G=48.91%
B=13.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188246690.2400.720.0479.6690.7761.76
HexBCF645180484505b3e
Octal274366105300110412013376
Binary10111100111101101000101110000100100010010100001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF645; }

 p { color: rgb(188,246,69); }

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

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

 a { background-color: rgb(188,246,69); }

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

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

 span { border-color: rgb(188,246,69); }

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