#BCFA65

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

Shades of Sulu #BCFA65

Tints of Sulu #BCFA65

Color information

#BCFA65 (or 0xBCFA65) is unknown color: approx Sulu. HEX triplet: BC, FA and 65. RGB value is (188,250,101). Sum of RGB (Red+Green+Blue) = 188+250+101=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA65 is #43059A. Grayscale: #D7D7D7. Windows color (decimal): -4392347 or 6683324. OLE color: 6683324.

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

Color convert

RGB188250101-
CMYK0.2500.600.02
HSL84.97º93.71%68.82%-
HSV(B)84.97º59.6%98.04%-
XYZ57.278024.74-
YUV214.4863.96109.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 250 (98.05% from 255) = 46.38%
BLUE value IS 101 (39.84% from 255) = 18.74%
R=34.88%
G=46.38%
B=18.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501010.2500.600.0284.9793.7168.82
HexBCFA651903C2555e45
Octal274372145310742125136105
Binary1011110011111010110010111001011110010101010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA65; }

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

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

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

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

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

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

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

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