#BED776

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

Shades of Sulu #BED776

Tints of Sulu #BED776

Color information

#BED776 (or 0xBED776) is unknown color: approx Sulu. HEX triplet: BE, D7 and 76. RGB value is (190,215,118). Sum of RGB (Red+Green+Blue) = 190+215+118=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #BED776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED776 is #412889. Grayscale: #C4C4C4. Windows color (decimal): -4270218 or 7788478. OLE color: 7788478.

HSL color Cylindrical-coordinate representation of color #BED776: hue angle of 75.46º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BED776 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB190215118-
CMYK0.1200.450.16
HSL75.46º54.8%65.29%-
HSV(B)75.46º45.12%84.31%-
XYZ48.8160.8626.31-
YUV196.4783.72123.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 215 (84.38% from 255) = 41.11%
BLUE value IS 118 (46.48% from 255) = 22.56%
R=36.33%
G=41.11%
B=22.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151180.1200.450.1675.4654.865.29
HexBED776C02D104b3741
Octal276327166140552011367101
Binary10111110110101111110110110001011011000010010111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED776; }

 p { color: rgb(190,215,118); }

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

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

 a { background-color: rgb(190,215,118); }

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

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

 span { border-color: rgb(190,215,118); }

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