#BED578

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

Shades of Sulu #BED578

Tints of Sulu #BED578

Color information

#BED578 (or 0xBED578) is unknown color: approx Sulu. HEX triplet: BE, D5 and 78. RGB value is (190,213,120). Sum of RGB (Red+Green+Blue) = 190+213+120=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #BED578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED578 is #412A87. Grayscale: #C3C3C3. Windows color (decimal): -4270728 or 7919038. OLE color: 7919038.

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

Color convert

RGB190213120-
CMYK0.1100.440.16
HSL74.84º52.54%65.29%-
HSV(B)74.84º43.66%83.53%-
XYZ48.4259.8926.78-
YUV195.5285.38124.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 120 (47.27% from 255) = 22.94%
R=36.33%
G=40.73%
B=22.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131200.1100.440.1674.8452.5465.29
HexBED578B02C104b3541
Octal276325170130542011365101
Binary10111110110101011111000101101011001000010010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED578; }

 p { color: rgb(190,213,120); }

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

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

 a { background-color: rgb(190,213,120); }

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

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

 span { border-color: rgb(190,213,120); }

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