#bcec73

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

Shades of Sulu #BCEC73

Tints of Sulu #BCEC73

Color information

#BCEC73 (or 0xBCEC73) is unknown color: approx Sulu. HEX triplet: BC, EC and 73. RGB value is (188,236,115). Sum of RGB (Red+Green+Blue) = 188+236+115=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC73 is #43138C. Grayscale: #D0D0D0. Windows color (decimal): -4395917 or 7597244. OLE color: 7597244.

HSL color Cylindrical-coordinate representation of color #BCEC73: hue angle of 83.8º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCEC73 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB188236115-
CMYK0.2000.510.07
HSL83.8º76.1%68.82%-
HSV(B)83.8º51.27%92.55%-
XYZ53.8371.9227.26-
YUV207.8575.6113.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 236 (92.58% from 255) = 43.78%
BLUE value IS 115 (45.31% from 255) = 21.34%
R=34.88%
G=43.78%
B=21.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882361150.2000.510.0783.876.168.82
HexBCEC73140337544c45
Octal274354163240637124114105
Binary10111100111011001110011101000110011111101010010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcec73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcec73; }

 p { color: rgb(188,236,115); }

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

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

 a { background-color: rgb(188,236,115); }

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

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

 span { border-color: rgb(188,236,115); }

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