#BCE271

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

Shades of Sulu #BCE271

Tints of Sulu #BCE271

Color information

#BCE271 (or 0xBCE271) is unknown color: approx Sulu. HEX triplet: BC, E2 and 71. RGB value is (188,226,113). Sum of RGB (Red+Green+Blue) = 188+226+113=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE271 is #431D8E. Grayscale: #CACACA. Windows color (decimal): -4398479 or 7463612. OLE color: 7463612.

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

Color convert

RGB188226113-
CMYK0.1700.50.11
HSL80.18º66.08%66.47%-
HSV(B)80.18º50%88.63%-
XYZ50.9266.2825.73-
YUV201.7677.91118.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 226 (88.67% from 255) = 42.88%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=35.67%
G=42.88%
B=21.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882261130.1700.50.1180.1866.0866.47
HexBCE27111032B504242
Octal2743421612106213120102102
Binary101111001110001011100011000101100101011101000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE271; }

 p { color: rgb(188,226,113); }

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

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

 a { background-color: rgb(188,226,113); }

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

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

 span { border-color: rgb(188,226,113); }

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