#BED775

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

Shades of Sulu #BED775

Tints of Sulu #BED775

Color information

#BED775 (or 0xBED775) is unknown color: approx Sulu. HEX triplet: BE, D7 and 75. RGB value is (190,215,117). Sum of RGB (Red+Green+Blue) = 190+215+117=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #BED775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED775 is #41288A. Grayscale: #C4C4C4. Windows color (decimal): -4270219 or 7722942. OLE color: 7722942.

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

Color convert

RGB190215117-
CMYK0.1200.460.16
HSL75.31º55.06%65.1%-
HSV(B)75.31º45.58%84.31%-
XYZ48.7560.8326-
YUV196.3583.22123.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 215 (84.38% from 255) = 41.19%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=36.40%
G=41.19%
B=22.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151170.1200.460.1675.3155.0665.1
HexBED775C02E104b3741
Octal276327165140562011367101
Binary10111110110101111110101110001011101000010010111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED775; }

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

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

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

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

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

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

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

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