#BCE97C

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

Shades of Sulu #BCE97C

Tints of Sulu #BCE97C

Color information

#BCE97C (or 0xBCE97C) is unknown color: approx Sulu. HEX triplet: BC, E9 and 7C. RGB value is (188,233,124). Sum of RGB (Red+Green+Blue) = 188+233+124=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE97C is #431683. Grayscale: #CFCFCF. Windows color (decimal): -4396676 or 8186300. OLE color: 8186300.

HSL color Cylindrical-coordinate representation of color #BCE97C: hue angle of 84.77º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCE97C is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB188233124-
CMYK0.1900.470.09
HSL84.77º71.24%70%-
HSV(B)84.77º46.78%91.37%-
XYZ53.5270.4229.84-
YUV207.1281.09114.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 233 (91.41% from 255) = 42.75%
BLUE value IS 124 (48.83% from 255) = 22.75%
R=34.50%
G=42.75%
B=22.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882331240.1900.470.0984.7771.2470
HexBCE97C1302F9554746
Octal2743511742305711125107106
Binary101111001110100111111001001101011111001101010110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE97C; }

 p { color: rgb(188,233,124); }

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

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

 a { background-color: rgb(188,233,124); }

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

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

 span { border-color: rgb(188,233,124); }

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