#BEDA8B

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

Shades of Sulu #BEDA8B

Tints of Sulu #BEDA8B

Color information

#BEDA8B (or 0xBEDA8B) is unknown color: approx Sulu. HEX triplet: BE, DA and 8B. RGB value is (190,218,139). Sum of RGB (Red+Green+Blue) = 190+218+139=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA8B is #412574. Grayscale: #C8C8C8. Windows color (decimal): -4269429 or 9165502. OLE color: 9165502.

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

Color convert

RGB190218139-
CMYK0.1300.360.15
HSL81.27º51.63%70%-
HSV(B)81.27º36.24%85.49%-
XYZ50.9762.9533.89-
YUV200.6293.22120.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 218 (85.55% from 255) = 39.85%
BLUE value IS 139 (54.69% from 255) = 25.41%
R=34.73%
G=39.85%
B=25.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181390.1300.360.1581.2751.6370
HexBEDA8BD024F513446
Octal276332213150441712164106
Binary10111110110110101000101111010100100111110100011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA8B; }

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

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

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

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

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

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

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

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