#BCE976

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

Shades of Sulu #BCE976

Tints of Sulu #BCE976

Color information

#BCE976 (or 0xBCE976) is unknown color: approx Sulu. HEX triplet: BC, E9 and 76. RGB value is (188,233,118). Sum of RGB (Red+Green+Blue) = 188+233+118=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE976 is #431689. Grayscale: #CECECE. Windows color (decimal): -4396682 or 7793084. OLE color: 7793084.

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

Color convert

RGB188233118-
CMYK0.1900.490.09
HSL83.48º72.33%68.82%-
HSV(B)83.48º49.36%91.37%-
XYZ53.1570.2827.9-
YUV206.4378.09114.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 233 (91.41% from 255) = 43.23%
BLUE value IS 118 (46.48% from 255) = 21.89%
R=34.88%
G=43.23%
B=21.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882331180.1900.490.0983.4872.3368.82
HexBCE976130319534845
Octal2743511662306111123110105
Binary101111001110100111101101001101100011001101001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE976; }

 p { color: rgb(188,233,118); }

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

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

 a { background-color: rgb(188,233,118); }

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

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

 span { border-color: rgb(188,233,118); }

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