#BCFA66

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

Shades of Sulu #BCFA66

Tints of Sulu #BCFA66

Color information

#BCFA66 (or 0xBCFA66) is unknown color: approx Sulu. HEX triplet: BC, FA and 66. RGB value is (188,250,102). Sum of RGB (Red+Green+Blue) = 188+250+102=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA66 is #430599. Grayscale: #D7D7D7. Windows color (decimal): -4392346 or 6748860. OLE color: 6748860.

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

Color convert

RGB188250102-
CMYK0.2500.590.02
HSL85.14º93.67%69.02%-
HSV(B)85.14º59.2%98.04%-
XYZ57.3280.0224.99-
YUV214.5964.46109.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 250 (98.05% from 255) = 46.30%
BLUE value IS 102 (40.23% from 255) = 18.89%
R=34.81%
G=46.30%
B=18.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501020.2500.590.0285.1493.6769.02
HexBCFA661903B2555e45
Octal274372146310732125136105
Binary1011110011111010110011011001011101110101010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA66; }

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

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

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

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

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

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

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

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