#BEDC8B

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

Shades of Sulu #BEDC8B

Tints of Sulu #BEDC8B

Color information

#BEDC8B (or 0xBEDC8B) is unknown color: approx Sulu. HEX triplet: BE, DC and 8B. RGB value is (190,220,139). Sum of RGB (Red+Green+Blue) = 190+220+139=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC8B is #412374. Grayscale: #CACACA. Windows color (decimal): -4268917 or 9166014. OLE color: 9166014.

HSL color Cylindrical-coordinate representation of color #BEDC8B: hue angle of 82.22º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEDC8B is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB190220139-
CMYK0.1400.370.14
HSL82.22º53.64%70.39%-
HSV(B)82.22º36.82%86.27%-
XYZ51.496434.07-
YUV201.892.56119.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 139 (54.69% from 255) = 25.32%
R=34.61%
G=40.07%
B=25.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201390.1400.370.1482.2253.6470.39
HexBEDC8BE025E523646
Octal276334213160451612266106
Binary10111110110111001000101111100100101111010100101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDC8B; }

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

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

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

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

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

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

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

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