#BCE081

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

Shades of Sulu #BCE081

Tints of Sulu #BCE081

Color information

#BCE081 (or 0xBCE081) is unknown color: approx Sulu. HEX triplet: BC, E0 and 81. RGB value is (188,224,129). Sum of RGB (Red+Green+Blue) = 188+224+129=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE081 is #431F7E. Grayscale: #CACACA. Windows color (decimal): -4398975 or 8511676. OLE color: 8511676.

HSL color Cylindrical-coordinate representation of color #BCE081: hue angle of 82.74º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCE081 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB188224129-
CMYK0.1600.420.12
HSL82.74º60.51%69.22%-
HSV(B)82.74º42.41%87.84%-
XYZ51.3665.5930.72-
YUV202.4186.57117.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 224 (87.89% from 255) = 41.40%
BLUE value IS 129 (50.78% from 255) = 23.84%
R=34.75%
G=41.40%
B=23.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241290.1600.420.1282.7460.5169.22
HexBCE0811002AC533d45
Octal274340201200521412375105
Binary101111001110000010000001100000101010110010100111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE081; }

 p { color: rgb(188,224,129); }

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

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

 a { background-color: rgb(188,224,129); }

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

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

 span { border-color: rgb(188,224,129); }

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