#BCE588

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

Shades of Sulu #BCE588

Tints of Sulu #BCE588

Color information

#BCE588 (or 0xBCE588) is unknown color: approx Sulu. HEX triplet: BC, E5 and 88. RGB value is (188,229,136). Sum of RGB (Red+Green+Blue) = 188+229+136=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE588 is #431A77. Grayscale: #CECECE. Windows color (decimal): -4397688 or 8971708. OLE color: 8971708.

HSL color Cylindrical-coordinate representation of color #BCE588: hue angle of 86.45º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCE588 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB188229136-
CMYK0.1800.410.10
HSL86.45º64.14%71.57%-
HSV(B)86.45º40.61%89.8%-
XYZ53.268.5133.71-
YUV206.1488.42115.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 229 (89.84% from 255) = 41.41%
BLUE value IS 136 (53.52% from 255) = 24.59%
R=34.00%
G=41.41%
B=24.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882291360.1800.410.1086.4564.1471.57
HexBCE58812029A564048
Octal2743452102205112126100110
Binary1011110011100101100010001001001010011010101011010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE588; }

 p { color: rgb(188,229,136); }

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

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

 a { background-color: rgb(188,229,136); }

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

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

 span { border-color: rgb(188,229,136); }

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