#BEDB8D

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

Shades of Sulu #BEDB8D

Tints of Sulu #BEDB8D

Color information

#BEDB8D (or 0xBEDB8D) is unknown color: approx Sulu. HEX triplet: BE, DB and 8D. RGB value is (190,219,141). Sum of RGB (Red+Green+Blue) = 190+219+141=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB8D is #412472. Grayscale: #C9C9C9. Windows color (decimal): -4269171 or 9296830. OLE color: 9296830.

HSL color Cylindrical-coordinate representation of color #BEDB8D: hue angle of 82.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEDB8D is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB190219141-
CMYK0.1300.360.14
HSL82.31º52%70.59%-
HSV(B)82.31º35.62%85.88%-
XYZ51.3763.5334.75-
YUV201.4493.89119.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 219 (85.94% from 255) = 39.82%
BLUE value IS 141 (55.47% from 255) = 25.64%
R=34.55%
G=39.82%
B=25.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191410.1300.360.1482.315270.59
HexBEDB8DD024E523447
Octal276333215150441612264107
Binary10111110110110111000110111010100100111010100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB8D; }

 p { color: rgb(190,219,141); }

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

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

 a { background-color: rgb(190,219,141); }

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

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

 span { border-color: rgb(190,219,141); }

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