#BED781

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

Shades of Sulu #BED781

Tints of Sulu #BED781

Color information

#BED781 (or 0xBED781) is unknown color: approx Sulu. HEX triplet: BE, D7 and 81. RGB value is (190,215,129). Sum of RGB (Red+Green+Blue) = 190+215+129=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #BED781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED781 is #41287E. Grayscale: #C6C6C6. Windows color (decimal): -4270207 or 8509374. OLE color: 8509374.

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

Color convert

RGB190215129-
CMYK0.1200.40.16
HSL77.44º51.81%67.45%-
HSV(B)77.44º40%84.31%-
XYZ49.561.1329.96-
YUV197.7289.22122.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 215 (84.38% from 255) = 40.26%
BLUE value IS 129 (50.78% from 255) = 24.16%
R=35.58%
G=40.26%
B=24.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151290.1200.40.1677.4451.8167.45
HexBED781C028104d3443
Octal276327201140502011564103
Binary101111101101011110000001110001010001000010011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED781; }

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

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

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

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

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

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

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

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