#BCE491

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

Shades of Sulu #BCE491

Tints of Sulu #BCE491

Color information

#BCE491 (or 0xBCE491) is unknown color: approx Sulu. HEX triplet: BC, E4 and 91. RGB value is (188,228,145). Sum of RGB (Red+Green+Blue) = 188+228+145=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE491 is #431B6E. Grayscale: #CECECE. Windows color (decimal): -4397935 or 9561276. OLE color: 9561276.

HSL color Cylindrical-coordinate representation of color #BCE491: hue angle of 88.92º degrees, saturation: 0.61, 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 #BCE491 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB188228145-
CMYK0.1800.360.11
HSL88.92º60.58%73.14%-
HSV(B)88.92º36.4%89.41%-
XYZ53.5968.2237.13-
YUV206.5893.25114.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 228 (89.45% from 255) = 40.64%
BLUE value IS 145 (57.03% from 255) = 25.85%
R=33.51%
G=40.64%
B=25.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882281450.1800.360.1188.9260.5873.14
HexBCE49112024B593d49
Octal274344221220441313175111
Binary101111001110010010010001100100100100101110110011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE491; }

 p { color: rgb(188,228,145); }

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

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

 a { background-color: rgb(188,228,145); }

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

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

 span { border-color: rgb(188,228,145); }

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