#BCE47B

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

Shades of Sulu #BCE47B

Tints of Sulu #BCE47B

Color information

#BCE47B (or 0xBCE47B) is unknown color: approx Sulu. HEX triplet: BC, E4 and 7B. RGB value is (188,228,123). Sum of RGB (Red+Green+Blue) = 188+228+123=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE47B is #431B84. Grayscale: #CCCCCC. Windows color (decimal): -4397957 or 8119484. OLE color: 8119484.

HSL color Cylindrical-coordinate representation of color #BCE47B: hue angle of 82.86º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCE47B is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB188228123-
CMYK0.1800.460.11
HSL82.86º66.04%68.82%-
HSV(B)82.86º46.05%89.41%-
XYZ52.0667.6129.04-
YUV204.0782.25116.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 123 (48.44% from 255) = 22.82%
R=34.88%
G=42.30%
B=22.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882281230.1800.460.1182.8666.0468.82
HexBCE47B1202EB534245
Octal2743441732205613123102105
Binary101111001110010011110111001001011101011101001110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE47B; }

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

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

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

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

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

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

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

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