#BCE392

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

Shades of Sulu #BCE392

Tints of Sulu #BCE392

Color information

#BCE392 (or 0xBCE392) is unknown color: approx Sulu. HEX triplet: BC, E3 and 92. RGB value is (188,227,146). Sum of RGB (Red+Green+Blue) = 188+227+146=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE392 is #431C6D. Grayscale: #CECECE. Windows color (decimal): -4398190 or 9626556. OLE color: 9626556.

HSL color Cylindrical-coordinate representation of color #BCE392: hue angle of 88.89º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCE392 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB188227146-
CMYK0.1700.360.11
HSL88.89º59.12%73.14%-
HSV(B)88.89º35.68%89.02%-
XYZ53.467.737.45-
YUV206.194.08115.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 227 (89.06% from 255) = 40.46%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=33.51%
G=40.46%
B=26.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882271460.1700.360.1188.8959.1273.14
HexBCE39211024B593b49
Octal274343222210441313173111
Binary101111001110001110010010100010100100101110110011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE392; }

 p { color: rgb(188,227,146); }

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

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

 a { background-color: rgb(188,227,146); }

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

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

 span { border-color: rgb(188,227,146); }

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