#BCE57A

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

Shades of Sulu #BCE57A

Tints of Sulu #BCE57A

Color information

#BCE57A (or 0xBCE57A) is unknown color: approx Sulu. HEX triplet: BC, E5 and 7A. RGB value is (188,229,122). Sum of RGB (Red+Green+Blue) = 188+229+122=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE57A is #431A85. Grayscale: #CCCCCC. Windows color (decimal): -4397702 or 8054204. OLE color: 8054204.

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

Color convert

RGB188229122-
CMYK0.1800.470.10
HSL82.99º67.3%68.82%-
HSV(B)82.99º46.72%89.8%-
XYZ52.2768.1428.81-
YUV204.5481.42116.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 229 (89.84% from 255) = 42.49%
BLUE value IS 122 (48.05% from 255) = 22.63%
R=34.88%
G=42.49%
B=22.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882291220.1800.470.1082.9967.368.82
HexBCE57A1202FA534345
Octal2743451722205712123103105
Binary101111001110010111110101001001011111010101001110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE57A; }

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

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

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

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

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

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

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

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