#bce46d

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

Shades of Sulu #BCE46D

Tints of Sulu #BCE46D

Color information

#BCE46D (or 0xBCE46D) is unknown color: approx Sulu. HEX triplet: BC, E4 and 6D. RGB value is (188,228,109). Sum of RGB (Red+Green+Blue) = 188+228+109=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE46D is #431B92. Grayscale: #CACACA. Windows color (decimal): -4397971 or 7201980. OLE color: 7201980.

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

Color convert

RGB188228109-
CMYK0.1800.520.11
HSL80.17º68.79%66.08%-
HSV(B)80.17º52.19%89.41%-
XYZ51.2467.2824.75-
YUV202.4775.25117.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 228 (89.45% from 255) = 43.43%
BLUE value IS 109 (42.97% from 255) = 20.76%
R=35.81%
G=43.43%
B=20.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882281090.1800.520.1180.1768.7966.08
HexBCE46D12034B504542
Octal2743441552206413120105102
Binary101111001110010011011011001001101001011101000010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bce46d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bce46d; }

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

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

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

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

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

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

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

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