#BCFB66

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

Shades of Sulu #BCFB66

Tints of Sulu #BCFB66

Color information

#BCFB66 (or 0xBCFB66) is unknown color: approx Sulu. HEX triplet: BC, FB and 66. RGB value is (188,251,102). Sum of RGB (Red+Green+Blue) = 188+251+102=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB66 is #430499. Grayscale: #D7D7D7. Windows color (decimal): -4392090 or 6749116. OLE color: 6749116.

HSL color Cylindrical-coordinate representation of color #BCFB66: hue angle of 85.37º degrees, saturation: 0.95, 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 #BCFB66 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB188251102-
CMYK0.2500.590.02
HSL85.37º94.9%69.22%-
HSV(B)85.37º59.36%98.43%-
XYZ57.6380.6525.1-
YUV215.1864.13108.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 251 (98.44% from 255) = 46.40%
BLUE value IS 102 (40.23% from 255) = 18.85%
R=34.75%
G=46.40%
B=18.85%

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
Decimal1882511020.2500.590.0285.3794.969.22
HexBCFB661903B2555f45
Octal274373146310732125137105
Binary1011110011111011110011011001011101110101010110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFB66; }

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

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

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

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

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

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

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

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