#BCEC78

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

Shades of Sulu #BCEC78

Tints of Sulu #BCEC78

Color information

#BCEC78 (or 0xBCEC78) is unknown color: approx Sulu. HEX triplet: BC, EC and 78. RGB value is (188,236,120). Sum of RGB (Red+Green+Blue) = 188+236+120=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC78 is #431387. Grayscale: #D0D0D0. Windows color (decimal): -4395912 or 7924924. OLE color: 7924924.

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

Color convert

RGB188236120-
CMYK0.2000.490.07
HSL84.83º75.32%69.8%-
HSV(B)84.83º49.15%92.55%-
XYZ54.1272.0428.82-
YUV208.4278.1113.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 236 (92.58% from 255) = 43.38%
BLUE value IS 120 (47.27% from 255) = 22.06%
R=34.56%
G=43.38%
B=22.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882361200.2000.490.0784.8375.3269.8
HexBCEC78140317554b46
Octal274354170240617125113106
Binary10111100111011001111000101000110001111101010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEC78; }

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

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

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

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

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

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

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

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