#BCEA71

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

Shades of Sulu #BCEA71

Tints of Sulu #BCEA71

Color information

#BCEA71 (or 0xBCEA71) is unknown color: approx Sulu. HEX triplet: BC, EA and 71. RGB value is (188,234,113). Sum of RGB (Red+Green+Blue) = 188+234+113=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA71 is #43158E. Grayscale: #CECECE. Windows color (decimal): -4396431 or 7465660. OLE color: 7465660.

HSL color Cylindrical-coordinate representation of color #BCEA71: hue angle of 82.81º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCEA71 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB188234113-
CMYK0.2000.520.08
HSL82.81º74.23%68.04%-
HSV(B)82.81º51.71%91.76%-
XYZ53.1470.7326.47-
YUV206.4575.26114.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 234 (91.80% from 255) = 43.74%
BLUE value IS 113 (44.53% from 255) = 21.12%
R=35.14%
G=43.74%
B=21.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341130.2000.520.0882.8174.2368.04
HexBCEA71140348534a44
Octal2743521612406410123112104
Binary101111001110101011100011010001101001000101001110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEA71; }

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

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

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

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

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

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

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

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