#BCF132

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

Shades of Green Yellow #BCF132

Tints of Green Yellow #BCF132

Color information

#BCF132 (or 0xBCF132) is unknown color: approx Green Yellow. HEX triplet: BC, F1 and 32. RGB value is (188,241,50). Sum of RGB (Red+Green+Blue) = 188+241+50=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF132 is #430ECD. Grayscale: #CCCCCC. Windows color (decimal): -4394702 or 3338684. OLE color: 3338684.

HSL color Cylindrical-coordinate representation of color #BCF132: hue angle of 76.65º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCF132 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB18824150-
CMYK0.2200.790.05
HSL76.65º87.21%57.06%-
HSV(B)76.65º79.25%94.51%-
XYZ52.7773.8314.49-
YUV203.3841.44117.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 241 (94.53% from 255) = 50.31%
BLUE value IS 50 (19.92% from 255) = 10.44%
R=39.25%
G=50.31%
B=10.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188241500.2200.790.0576.6587.2157.06
HexBCF1321604F54d5739
Octal27436162260117511512771
Binary1011110011110001110010101100100111110110011011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF132; }

 p { color: rgb(188,241,50); }

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

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

 a { background-color: rgb(188,241,50); }

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

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

 span { border-color: rgb(188,241,50); }

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