#bce771

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

Shades of Sulu #BCE771

Tints of Sulu #BCE771

Color information

#BCE771 (or 0xBCE771) is unknown color: approx Sulu. HEX triplet: BC, E7 and 71. RGB value is (188,231,113). Sum of RGB (Red+Green+Blue) = 188+231+113=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE771 is #43188E. Grayscale: #CDCDCD. Windows color (decimal): -4397199 or 7464892. OLE color: 7464892.

HSL color Cylindrical-coordinate representation of color #BCE771: hue angle of 81.86º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCE771 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB188231113-
CMYK0.1900.510.09
HSL81.86º71.08%67.45%-
HSV(B)81.86º51.08%90.59%-
XYZ52.369.0426.19-
YUV204.6976.25116.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 231 (90.62% from 255) = 43.42%
BLUE value IS 113 (44.53% from 255) = 21.24%
R=35.34%
G=43.42%
B=21.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882311130.1900.510.0981.8671.0867.45
HexBCE771130339524743
Octal2743471612306311122107103
Binary101111001110011111100011001101100111001101001010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bce771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bce771; }

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

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

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

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

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

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

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

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