#BED676

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

Shades of Sulu #BED676

Tints of Sulu #BED676

Color information

#BED676 (or 0xBED676) is unknown color: approx Sulu. HEX triplet: BE, D6 and 76. RGB value is (190,214,118). Sum of RGB (Red+Green+Blue) = 190+214+118=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #BED676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED676 is #412989. Grayscale: #C4C4C4. Windows color (decimal): -4270474 or 7788222. OLE color: 7788222.

HSL color Cylindrical-coordinate representation of color #BED676: hue angle of 75º degrees, saturation: 0.54, 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 #BED676 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB190214118-
CMYK0.1100.450.16
HSL75º53.93%65.1%-
HSV(B)75º44.86%83.92%-
XYZ48.5560.3526.23-
YUV195.8884.05123.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 214 (83.98% from 255) = 41.00%
BLUE value IS 118 (46.48% from 255) = 22.61%
R=36.40%
G=41.00%
B=22.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141180.1100.450.167553.9365.1
HexBED676B02D104b3641
Octal276326166130552011366101
Binary10111110110101101110110101101011011000010010111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED676; }

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

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

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

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

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

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

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

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