#BCE58B

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

Shades of Sulu #BCE58B

Tints of Sulu #BCE58B

Color information

#BCE58B (or 0xBCE58B) is unknown color: approx Sulu. HEX triplet: BC, E5 and 8B. RGB value is (188,229,139). Sum of RGB (Red+Green+Blue) = 188+229+139=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE58B is #431A74. Grayscale: #CECECE. Windows color (decimal): -4397685 or 9168316. OLE color: 9168316.

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

Color convert

RGB188229139-
CMYK0.1800.390.10
HSL87.33º63.38%72.16%-
HSV(B)87.33º39.3%89.8%-
XYZ53.4268.5934.85-
YUV206.4889.92114.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 229 (89.84% from 255) = 41.19%
BLUE value IS 139 (54.69% from 255) = 25%
R=33.81%
G=41.19%
B=25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882291390.1800.390.1087.3363.3872.16
HexBCE58B12027A573f48
Octal274345213220471212777110
Binary101111001110010110001011100100100111101010101111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE58B; }

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

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

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

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

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

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

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

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