#BCE477

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

Shades of Sulu #BCE477

Tints of Sulu #BCE477

Color information

#BCE477 (or 0xBCE477) is unknown color: approx Sulu. HEX triplet: BC, E4 and 77. RGB value is (188,228,119). Sum of RGB (Red+Green+Blue) = 188+228+119=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE477 is #431B88. Grayscale: #CCCCCC. Windows color (decimal): -4397961 or 7857340. OLE color: 7857340.

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

Color convert

RGB188228119-
CMYK0.1800.480.11
HSL82.02º66.87%68.04%-
HSV(B)82.02º47.81%89.41%-
XYZ51.8167.5127.75-
YUV203.6180.25116.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 228 (89.45% from 255) = 42.62%
BLUE value IS 119 (46.88% from 255) = 22.24%
R=35.14%
G=42.62%
B=22.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882281190.1800.480.1182.0266.8768.04
HexBCE47712030B524344
Octal2743441672206013122103104
Binary101111001110010011101111001001100001011101001010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE477; }

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

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

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

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

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

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

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

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