#BCEC72

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

Shades of Sulu #BCEC72

Tints of Sulu #BCEC72

Color information

#BCEC72 (or 0xBCEC72) is unknown color: approx Sulu. HEX triplet: BC, EC and 72. RGB value is (188,236,114). Sum of RGB (Red+Green+Blue) = 188+236+114=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC72 is #43138D. Grayscale: #D0D0D0. Windows color (decimal): -4395918 or 7531708. OLE color: 7531708.

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

Color convert

RGB188236114-
CMYK0.2000.520.07
HSL83.61º76.25%68.63%-
HSV(B)83.61º51.69%92.55%-
XYZ53.7771.926.96-
YUV207.7475.1113.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 236 (92.58% from 255) = 43.87%
BLUE value IS 114 (44.92% from 255) = 21.19%
R=34.94%
G=43.87%
B=21.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882361140.2000.520.0783.6176.2568.63
HexBCEC72140347544c45
Octal274354162240647124114105
Binary10111100111011001110010101000110100111101010010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEC72; }

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

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

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

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

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

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

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

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