#BEDA88

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

Shades of Sulu #BEDA88

Tints of Sulu #BEDA88

Color information

#BEDA88 (or 0xBEDA88) is unknown color: approx Sulu. HEX triplet: BE, DA and 88. RGB value is (190,218,136). Sum of RGB (Red+Green+Blue) = 190+218+136=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA88 is #412577. Grayscale: #C8C8C8. Windows color (decimal): -4269432 or 8968894. OLE color: 8968894.

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

Color convert

RGB190218136-
CMYK0.1300.380.15
HSL80.49º52.56%69.41%-
HSV(B)80.49º37.61%85.49%-
XYZ50.7562.8732.75-
YUV200.2891.72120.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 218 (85.55% from 255) = 40.07%
BLUE value IS 136 (53.52% from 255) = 25%
R=34.93%
G=40.07%
B=25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181360.1300.380.1580.4952.5669.41
HexBEDA88D026F503545
Octal276332210150461712065105
Binary10111110110110101000100011010100110111110100001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA88; }

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

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

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

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

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

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

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

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