#BEDA81

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

Shades of Sulu #BEDA81

Tints of Sulu #BEDA81

Color information

#BEDA81 (or 0xBEDA81) is unknown color: approx Sulu. HEX triplet: BE, DA and 81. RGB value is (190,218,129). Sum of RGB (Red+Green+Blue) = 190+218+129=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA81 is #41257E. Grayscale: #C7C7C7. Windows color (decimal): -4269439 or 8510142. OLE color: 8510142.

HSL color Cylindrical-coordinate representation of color #BEDA81: hue angle of 78.88º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEDA81 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB190218129-
CMYK0.1300.410.15
HSL78.88º54.6%68.04%-
HSV(B)78.88º40.83%85.49%-
XYZ50.2762.6730.22-
YUV199.4888.22121.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 129 (50.78% from 255) = 24.02%
R=35.38%
G=40.60%
B=24.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181290.1300.410.1578.8854.668.04
HexBEDA81D029F4f3744
Octal276332201150511711767104
Binary10111110110110101000000111010101001111110011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA81; }

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

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

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

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

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

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

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

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