#BCF92C

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

Shades of Green Yellow #BCF92C

Tints of Green Yellow #BCF92C

Color information

#BCF92C (or 0xBCF92C) is unknown color: approx Green Yellow. HEX triplet: BC, F9 and 2C. RGB value is (188,249,44). Sum of RGB (Red+Green+Blue) = 188+249+44=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF92C is #4306D3. Grayscale: #D0D0D0. Windows color (decimal): -4392660 or 2947516. OLE color: 2947516.

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

Color convert

RGB18824944-
CMYK0.2400.820.02
HSL77.85º94.47%57.45%-
HSV(B)77.85º82.33%97.65%-
XYZ55.0778.6214.66-
YUV207.3935.79114.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 249 (97.66% from 255) = 51.77%
BLUE value IS 44 (17.58% from 255) = 9.15%
R=39.09%
G=51.77%
B=9.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188249440.2400.820.0277.8594.4757.45
HexBCF92C1805224e5e39
Octal27437154300122211613671
Binary101111001111100110110011000010100101010011101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF92C; }

 p { color: rgb(188,249,44); }

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

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

 a { background-color: rgb(188,249,44); }

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

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

 span { border-color: rgb(188,249,44); }

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