#BCE475

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

Shades of Sulu #BCE475

Tints of Sulu #BCE475

Color information

#BCE475 (or 0xBCE475) is unknown color: approx Sulu. HEX triplet: BC, E4 and 75. RGB value is (188,228,117). Sum of RGB (Red+Green+Blue) = 188+228+117=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE475 is #431B8A. Grayscale: #CBCBCB. Windows color (decimal): -4397963 or 7726268. OLE color: 7726268.

HSL color Cylindrical-coordinate representation of color #BCE475: hue angle of 81.62º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCE475 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB188228117-
CMYK0.1800.490.11
HSL81.62º67.27%67.65%-
HSV(B)81.62º48.68%89.41%-
XYZ51.6967.4627.13-
YUV203.3979.25117.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 228 (89.45% from 255) = 42.78%
BLUE value IS 117 (46.09% from 255) = 21.95%
R=35.27%
G=42.78%
B=21.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882281170.1800.490.1181.6267.2767.65
HexBCE47512031B524344
Octal2743441652206113122103104
Binary101111001110010011101011001001100011011101001010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE475; }

 p { color: rgb(188,228,117); }

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

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

 a { background-color: rgb(188,228,117); }

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

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

 span { border-color: rgb(188,228,117); }

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