#BCF676

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

Shades of Sulu #BCF676

Tints of Sulu #BCF676

Color information

#BCF676 (or 0xBCF676) is unknown color: approx Sulu. HEX triplet: BC, F6 and 76. RGB value is (188,246,118). Sum of RGB (Red+Green+Blue) = 188+246+118=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF676 is #430989. Grayscale: #D6D6D6. Windows color (decimal): -4393354 or 7796412. OLE color: 7796412.

HSL color Cylindrical-coordinate representation of color #BCF676: hue angle of 87.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCF676 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB188246118-
CMYK0.2400.520.04
HSL87.19º87.67%71.37%-
HSV(B)87.19º52.03%96.47%-
XYZ56.9677.9129.18-
YUV214.0773.78109.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 246 (96.48% from 255) = 44.57%
BLUE value IS 118 (46.48% from 255) = 21.38%
R=34.06%
G=44.57%
B=21.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882461180.2400.520.0487.1987.6771.37
HexBCF676180344575847
Octal274366166300644127130107
Binary10111100111101101110110110000110100100101011110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF676; }

 p { color: rgb(188,246,118); }

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

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

 a { background-color: rgb(188,246,118); }

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

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

 span { border-color: rgb(188,246,118); }

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