#BCEC79

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

Shades of Sulu #BCEC79

Tints of Sulu #BCEC79

Color information

#BCEC79 (or 0xBCEC79) is unknown color: approx Sulu. HEX triplet: BC, EC and 79. RGB value is (188,236,121). Sum of RGB (Red+Green+Blue) = 188+236+121=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 121 (47.66% from 255 or 22.20% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC79 is #431386. Grayscale: #D0D0D0. Windows color (decimal): -4395911 or 7990460. OLE color: 7990460.

HSL color Cylindrical-coordinate representation of color #BCEC79: hue angle of 85.04º 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 #BCEC79 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB188236121-
CMYK0.2000.490.07
HSL85.04º75.16%70%-
HSV(B)85.04º48.73%92.55%-
XYZ54.1972.0629.14-
YUV208.5478.6113.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 236 (92.58% from 255) = 43.30%
BLUE value IS 121 (47.66% from 255) = 22.20%
R=34.50%
G=43.30%
B=22.20%

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
Decimal1882361210.2000.490.0785.0475.1670
HexBCEC79140317554b46
Octal274354171240617125113106
Binary10111100111011001111001101000110001111101010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEC79; }

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

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

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

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

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

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

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

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