#BCE68F

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

Shades of Sulu #BCE68F

Tints of Sulu #BCE68F

Color information

#BCE68F (or 0xBCE68F) is unknown color: approx Sulu. HEX triplet: BC, E6 and 8F. RGB value is (188,230,143). Sum of RGB (Red+Green+Blue) = 188+230+143=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE68F is #431970. Grayscale: #CFCFCF. Windows color (decimal): -4397425 or 9430716. OLE color: 9430716.

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

Color convert

RGB188230143-
CMYK0.1800.380.10
HSL88.97º63.5%73.14%-
HSV(B)88.97º37.83%90.2%-
XYZ53.9969.2736.51-
YUV207.5291.59114.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 230 (90.23% from 255) = 41.00%
BLUE value IS 143 (56.25% from 255) = 25.49%
R=33.51%
G=41.00%
B=25.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882301430.1800.380.1088.9763.573.14
HexBCE68F12026A594049
Octal2743462172204612131100111
Binary1011110011100110100011111001001001101010101100110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE68F; }

 p { color: rgb(188,230,143); }

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

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

 a { background-color: rgb(188,230,143); }

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

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

 span { border-color: rgb(188,230,143); }

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