#BEDC7D

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

Shades of Sulu #BEDC7D

Tints of Sulu #BEDC7D

Color information

#BEDC7D (or 0xBEDC7D) is unknown color: approx Sulu. HEX triplet: BE, DC and 7D. RGB value is (190,220,125). Sum of RGB (Red+Green+Blue) = 190+220+125=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC7D is #412382. Grayscale: #C8C8C8. Windows color (decimal): -4268931 or 8248510. OLE color: 8248510.

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

Color convert

RGB190220125-
CMYK0.1400.430.14
HSL78.95º57.58%67.65%-
HSV(B)78.95º43.18%86.27%-
XYZ50.5363.6129.02-
YUV200.285.56120.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=35.51%
G=41.12%
B=23.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201250.1400.430.1478.9557.5867.65
HexBEDC7DE02BE4f3a44
Octal276334175160531611772104
Binary1011111011011100111110111100101011111010011111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDC7D; }

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

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

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

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

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

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

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

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